This website requires JavaScript.
Explore
Help
Sign in
fly
/
flightgear
Watch
1
Star
0
Fork
You've already forked flightgear
0
Code
Activity
7b20e6caa4
flightgear
/
utils
/
xmlgrep
/
Makefile.am
4 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
Add an XML grep utility. It's far from complete but it allowed me to test the animation files for the precense of the 'offset' element in the translation animation sections.
2005-09-24 12:31:41 +00:00
noinst_PROGRAMS = xmlgrep
Erik HOFMAN: faster and better xmlgrep implementation
2008-06-29 13:08:24 +00:00
xmlgrep_SOURCES = xmlgrep.c xml.c xml.h
Copy permalink