XML output in java
I have a problem with my java program! I have a xml file that looks like this:
<command type="Hello">
<name id="Peter">
</name>
</command>
Now I want to get just the Hello and Peter out of the file. The other stuff I don't need. Haven't found anything jet which helps. Thanx Yogi

