enginengin
New Member
I have a String which is looking like this: \[code\]<tag1><tag2>Text</tag2> > AnotherText</tag1>\[/code\]I am using XMLOutputFactoryImpl to parse that XML into a String, however, I need to get the single "greater than" (right before AnotherText) escaped, too even if it is legal to have it there.Do you have any ideas how I need to configure my OutputFactory to get this working?