| Issue 58: | Not able to encode characters using touchXML | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Init CXMLDocument with some UTF8 string having < and > characters. I tried to encode characters using NSString using stringWithData:encoding. 2. Try to parse the CXMLDocument using XPath. What is the expected output? What do you see instead? The nodes should come out in XML format rather than < and > format What version of the product are you using? On what operating system? Latest as of April 28th Please provide any additional information below. Enclosed the file for your reference. I am getting XML output from soap service which is in < and > format. Now i need to convert output string to text/xml format. Any help would be greatly appreciated.
May 12, 2009
#1
jpedroso@gmail.com
May 13, 2009
The < and > are present in the input data. It is your calling code's responsibility to unescape them if needed. This is NOT a bug with TouchXML.
Status:
Invalid
|