I have the following line in a function:

 

Node node = _xmlDocument.selectSingleNode(_XPathElement);

return(node.valueOf("@" + _XMLElementAttribute));

 

The returned value contains the text, but it is not encoded. For example, I want the string "test+hello+&" to be returned not "test hello &". The original value stored in the XML file is encoded.

 

Many Thanks in advance.

 

Frank Sharpless

Manager, Application Development

Paperhost.com, Inc.

770.998.9172.611

 

Reply via email to