Hello Group,

I am developing a blogging application where I need to read a XML string
from URL. Sometimes XML string contains some special characters like &, I
need to parse it. I am using XPPReader class to parse this XML string. I am
getting parsing error. Anybody has any idea, how can I parse such String
with special characters.


URL url = *new* URL((String)feedURI);

feedDoc = xppReader.read(url); //XPPReader



- R
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to