Programming Tutorials

Comment on Tutorial - XML and Java - Parsing XML using Java Tutorial By Maggie



Comment Added by : Vix

Comment Added at : 2010-11-22 13:42:03

Comment on Tutorial : XML and Java - Parsing XML using Java Tutorial By Maggie
This is a great tutorial. I have a slight problem, however, when I add entity references in the employees.xml file (for argument's sake consider modifying <Name>Seagull</Name> to <Name>&lt;Seagull/&gt;</Name>) upon parsing the file using SAX; only > gets printed instead of <Seagull/>. How can I resolve this problem?

Thank you.


View Tutorial