| Author |
getting rid of html escape characters from xml
|
Nasir Munir
Greenhorn
Joined: May 31, 2002
Posts: 22
|
|
I am getting an input xml file, which I am passing to java.io.File. I am then parsing it with Factory.parse. My problem is due to escape sequences of html that comes with the xml document. Is there a way I can get rid of that?
|
 |
Faraz Masood
Ranch Hand
Joined: May 03, 2002
Posts: 55
|
|
write a parser of your own and get rid all o' them
|
 |
 |
|
|
subject: getting rid of html escape characters from xml
|
|
|