]> git.mxchange.org Git - flightgear.git/commit
* reorganize the code to be able to skip comment sections
authorehofman <ehofman>
Sun, 6 Jul 2008 11:34:50 +0000 (11:34 +0000)
committerehofman <ehofman>
Sun, 6 Jul 2008 11:34:50 +0000 (11:34 +0000)
commit6e6e8bbefc2277f6e1c892b268d7d3787e6a7a5d
tree2d4f63ee7a8a2ef0bb2ad30e784c50af6adba5e9
parent67ca3c0307c873d49327ac10f753049595e54afd
* reorganize the code to be able to skip comment sections
* depreciate __xmlFindNextElement and use __xmlGetNode instead
* xmlGetNextElement now returns char* instead of void* for furute use
* add preliminary support for wildcards in the search path ('*' and '?')
utils/xmlgrep/ChangeLog
utils/xmlgrep/xml.c
utils/xmlgrep/xml.h
utils/xmlgrep/xmlgrep.c