]> git.mxchange.org Git - flightgear.git/commit
* fix __xmlSkipComment to properly find the end of comment tag.
authorehofman <ehofman>
Sun, 20 Jul 2008 09:38:53 +0000 (09:38 +0000)
committerehofman <ehofman>
Sun, 20 Jul 2008 09:38:53 +0000 (09:38 +0000)
commit83c2f96153cfcb8b390d8f4adafd4a516a7dd855
treea2e43dae19b0a209371109102b78f1cf40ff3908
parentd826026726789e3b206e833b20bc7e51c4cfddb8
* fix __xmlSkipComment to properly find the end of comment tag.
* add the xmlGetNodeName and xmlCopyNodeName functions
* add the xmlCopyString function
* clean up some code

'xmlgrep -v' now returns the proper node name
utils/xmlgrep/ChangeLog
utils/xmlgrep/xml.c
utils/xmlgrep/xml.h
utils/xmlgrep/xmlgrep.c