SAX:How can i write the characters (data) for a specifical xml-Element ?
843834Jun 27 2005 — edited Jun 29 2005SAX:How can i display the characters (data) for a specifical xml-Element using java? (contentHandling). NB. i have ready implement a sax-parser!!!
For example i just want to read and write the character of the Element <name> and <country> from this xml-example:
<adress>
<name>michael</name>
<street>william-avenue</street>
<zip> 44322 </zip>
<town> London</town>
<country> UK </country>
</adress>
thanks a lot