encoding
hi i am facing some encoding problems while capturing the webpage as the incoming argument to the meand where i am trying to create some xml doucument from java side. There are some german characters which i can not parse. so i am converting it into byte array. how to use this byte array in parsing to create a xml document.
By using xsl i have to display the message which contains the german characters(causing parsing problems) in the browser.
please help me
|