]> git.mxchange.org Git - flightgear.git/blobdiff - utils/xmlgrep/ChangeLog
Merge branch 'ehofman/version'
[flightgear.git] / utils / xmlgrep / ChangeLog
index 47dd69e4f5b45a904eae534a9a8dc38a04be2272..2f8e4c26b7699196f2ac146687a5dc96408ea98d 100644 (file)
@@ -1,9 +1,26 @@
+24-05-2009
+  * Add a node cache that can be enabled at compile time.
+    the node cache prevents recursively walking the xml tree over and over
+    again to find the specified nodes.
+
+05-05-2009
+  * Various bugfixes, required to get fgrun working
+  * add testxml as sort of a stress test application
+
+30-04-2009
+  * Add support for CDATA
+  * Fix an off by one problem.
+
+28-04-2009
+  * changes to the code to allow walking the xml-tree using "*" as a node name
+  * add printxml, an example utility that walks an xml-tree and prints it
+    contenst
+
 27-04-2009
   * add xmlInitBuffer() for processing of a preallocated buffer
   * add xmlErrorGetColumnNo to get the column number of the syntax error
   * pass an error at a higher level to lower levels
   * detect a number of extra syntax errors
-  * fix a buffer overflow
 
 26-04-2009
   * add support for comments inside xml-tags, e.g.: <test><!-- --></test>