Any one come across this problem of encoding of ' in TaminoResult object;
Let me explain about this. I am trying to selecting a single node the parameters are passed (OutNode which is a having html tag, String which is “xyz/html”).
toXMLstring means what it says. That is to say convert to a XML string. In XML ’ may be escaped as &pos; " as " etc. The only reason it may be wrong is if you get something like this
Then soemthing has gone wrong.
If you want the text value of a text node you must apply the method getNodeValue()
for an element containing only text it is something like