In a Nodelist.item[index].getChildNodes(), i am getting some junk values in between all the nodes like “#text”, what could be the reason ? this is causing an error… Could anyone tell me any permanent fix for this.. is this some sort of namespace issue?
In a Nodelist.item[index].getChildNodes(), i am getting some junk values in between all the nodes
Share
Use SAXParser instead. it work simply great
http://java-samples.com/showtutorial.php?tutorialid=152