> i want to display XML file in Jtree view?
> this is my xml:
[quoted text clipped - 6 lines]
> <mp_node_0 catId="3" category="States" tree="1" inActive="0"
> dateAdded="2008-03-11 19:57:55.0" />
That is not valid XML. I doubt any XML-parser will read it.
the mp_tree and " child node of Automobiles" tags are unclosed.
> </mp_tree>
>
> output should be in tree view:
>
> Automobiles
> - Truck
The word "Truck" does not appear in your XML above.
> - Cars
> States
> - blah
> - blah
Did you have problems with the code in the references I gave earlier?
What Java have you written so far?

Signature
RGB