Hi
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”).
which is following part
org.w3c.DOM.Node node = org.apache.xpath.XPathAPI.selectSingleNode(outNode, str);
Once you have this node I want to convert to XMLString object so that it remains with tag. While doing that it encode ’ to ' in content.
TaminoResult tr1 = new TaminoResult(tamino);
String selectstr = tr.toXmlString(node);
out.println(selectstr);
has any one come across following problem? Your answer to this will be great help.
Thanks for taking your time.
Hemant

#API-Management#webMethods-Tamino-XML-Server-APIs#webMethods