Serialization Annotations

Several adapters have serialization annotations (%output:*). The following lists identify the serialization parameters that Oracle XQuery for Hadoop supports.

Serialization parameters supported for the text output method:

  • encoding: Any encoding supported by the JVM

  • normalization-form: none, NFC, NFD, NFKC, NFKD

Serialization parameters supported for the xml output method, using any values permitted by the XQuery specification:

  • cdata-section-elements

  • doctype-public

  • doctype-system

  • encoding

  • indent

  • normalization-form

  • omit-xml-declaration

  • standalone

See Also:

"The Influence of Serialization Parameters" sections for XML and text output methods in XSLT and XQuery Serialization, at locations like the following:

http://www.w3.org/TR/xslt-xquery-serialization/#XML_DOCTYPE

http://www.w3.org/TR/xslt-xquery-serialization/#XML_CDATA-SECTION-ELEMENTS