I have a "complex element" that is in XML. Then a "workitem" (in xml) that contains a lot of other information, and I would like it to contain a string containing a complex element in xml.
eg:
<inouts name="ClaimType" type="complex" value="<xml string here>"/>
However, trying SAX and other java parsers, I can not get it to process this line, it doesn’t like <or "in line, I tried to escape and convert" to ".
Anyway around this at all? Or will I have to come up with a different solution?
thanks
joe90 source
share