How to build Jtree from xml file without DOM?

How can i build a jtree from a simple xmlfile without using DOM?Anyone have some code-example?/sMessage was edited by: SiggefMessage was edited by: Siggef
[203 byte] By [Siggefa] at [2007-11-27 3:13:40]
# 1

More details of what I need help with:

in the xml-lfile there is lines like ->

<Animal namw="Turtle"> Big and heavy!

</Animal>

- How do I pick just the word between "Turtle" and how do i but it in the node Animal?

- How can I also take the comment "Big and heavy!" and send it to a string?

Some codeexamples?:/

Tnx!

/s

Siggefa at 2007-7-12 8:16:09 > top of Java-index,Desktop,Core GUI APIs...