Okay, im using 1.4.0 and would like to parse in some XML files I have, however all I can find is XMLDecoder which is only for java.beans and encoding objects to XML files right?
another thing i found was org.w3c.dom interface Node which seems to be what i want but i have absolutely no idea how to use it... anyway, if anyone can help me out by pointing me in the right direction id really appreciate it, thanks:)