All,
I have been using the Anonymizer for changing my XML prefix on output and it has been working great.
I ran into a problem with the anonymizer and I received the following in the MDT.
Error encountered during parsing of RNIF message type RNIF Request Action ; See nested exception for detailed error message -
Error encountered during parsing of RNIF message type MSG_TYPE_RNIF_ACTN ; See nested exception for detailed error message -
Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XMLParser: Character Reference must end on ;(:main:, row:2, col:5713)
It turns out the problem is that the default anonymizer.quote is a single ' symbol. This particular document I was sending had a single quote in a notes section such as the following: He own's the car.
I noticed I could change the anonymizer.quote to double quotes such as " and the error went away. I don't want to do this because a user might one day type the double quote.
Is there a way around this?
Regards,
Joe