Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

Why doesn't XRCS_serializeDocumentToFileWithEncoding_putDoubleQuotes encoding apostrophe's (') to &a

edited Jul 23, 2015 10:05AM in Design Tools & Output Technologies - JDE1 (MOSC) 2 commentsAnswered

I are taking address book records and creating an XML document to integrate with 3rd party's.  It looks like Xerces (XRCS) will correctly encode ampersands (&) to &


Example:

F0101.alph = "Joe Armstrong Garage & Service Center" -> <alphaName>Joe Armstrong Garage &amp; Service Center</alphaName>

But when I have a name with an apostrophe it will not get encoded.

F0101.alph = "Bill's Mechanical Services" -> <alphaName>Bill's Mechanical Services</alphaName>

I believe this is part of the XML standard [1][2], is there a way to get this to occur?  I am using functions found in BSFN B0000201.c

[1] https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML

Tagged:

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