XML for game

hello

anyone can point me to xml parser designed for game

i mean it has full performance for reading any xml file (no overhead)

just basic xml parser, read the element tag, and it's child

and how to use the parser

i know just a little about xml, so i'm sorry if i said something wrong

thanks

[336 byte] By [javaweirda] at [2007-9-29 22:24:08]
# 1
http://java.sun.com/j2ee/1.4/docs/api/javax/xml/parsers/SAXParser.html
eeenricoa at 2007-7-16 2:45:16 > top of Java-index,Other Topics,Java Game Development...
# 2
For usage: http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html
eeenricoa at 2007-7-16 2:45:16 > top of Java-index,Other Topics,Java Game Development...
# 3
thank you eeenrico!that's just what i needi'm reading it right nowthank you
javaweirda at 2007-7-16 2:45:16 > top of Java-index,Other Topics,Java Game Development...