Hello Group,
                I am reading a non-english document from a remote URL using
following syntax


URL url = *new* URL(uri);

InputStream inStream = url.openConnection().getInputStream();

Document doc = xppReader.read(inStream);

And displaying the content of Document after doing some manipulation using
asXML() method.

However I am loosing all characters and getting bunch of ascii characters. I
am not sure, how can I retain the original characters.Any input would be
appreciated?



regards,

Ranjan
-------------------------------------------------------------------------
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