T
tgn
Hi there,
i need for some snippet of java codes, that from a xml file like this:
<People>
<Employ> John Denver </Employ>
...A subtree....
<Employ> Mike Harris> </Employ>
....Another subtree....
<Employ> Mark White </Employ>
.....More subtree....
</People>
Extract an employ of given key (i.e. John Denver) with its subtree in a
string.
Is this a simple thing?
Thanks for the attention,
Awy
i need for some snippet of java codes, that from a xml file like this:
<People>
<Employ> John Denver </Employ>
...A subtree....
<Employ> Mike Harris> </Employ>
....Another subtree....
<Employ> Mark White </Employ>
.....More subtree....
</People>
Extract an employ of given key (i.e. John Denver) with its subtree in a
string.
Is this a simple thing?
Thanks for the attention,
Awy