[gxml/gsoc2013: 32/69] Implementation.vala: add commented out code to use xmlHasFeature in the future



commit 36c3a9515312a4b451d7991038b32de58aebc5c1
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:53 2013 -0400

    Implementation.vala: add commented out code to use xmlHasFeature in the future

 gxml/Implementation.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gxml/Implementation.vala b/gxml/Implementation.vala
index 0783f5e..10e0064 100644
--- a/gxml/Implementation.vala
+++ b/gxml/Implementation.vala
@@ -117,6 +117,9 @@ namespace GXml {
                        case "HTML":
                                // TODO: do we support HTML?
                        default:
+                               /* TODO: add in libxml-2.0 (I already created a commented stub
+                               Xml.has_feature (feature);
+                               */
                                return false;
                        }
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]