cancel
Showing results for 
Search instead for 
Did you mean: 

AF_Modules/XMLAnonymizerBean Question

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi Joe,

This might help you

Regards

Agasthuri Doss