XML : which parser to use for xml in java in combination with Jtree?

i am new to Java. I explain my situation. i have a xml file and i need to show it as a tree structure, the tree needs to be edited , searched for entries, etc and at the end xml format needs to be outputted. my question is which parser is the best to use? does all of the Parser can be shown as jtree after it is parsed? have no experience with tree model in Java. thanks

No comments:

Post a Comment