Payables and Cash Management - EBS (MOSC)

MOSC Banner

Replace & in XSL

We are using the ISO20022 XML for payment formatting and are trying to escape & character in the data with &

When we use the following :

<StrtNm>

<xsl:value-of select="replace(Payer/Address/AddressLine1,'&','&amp;')"/>

we see an error in the logfile

Below is the error in the log file

  • oracle.xdo.parser.v2.XMLParseException; lineNumber: 122; columnNumber: 69; Expected name instead of '.

IF we use " instead of ' we get

at oracle.apps.fnd.cp.request.Run.main(Run.java:156)

Caused by: oracle.xdo.parser.v2.XMLParseException; lineNumber: 122; columnNumber: 69; Expected name instead of '.

at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center