Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

serialize

serialize

Serializes the supplied node $arg and returns the serialized node as a string.

Syntax

fn:serialize()

Return Value

string

Examples

The function returns the following output for the provided input using Saxon 9.5.1.10 PE version:
INPUT
OUTPUT
<a/> (element)
&lt;?xml...?&gt;&lt;a/&gt;
"<a/>" (string)
<a/>
The function returns the following output for the provided input using Saxon 11.5 EE version:
INPUT
OUTPUT
<a/> (element)
&lt;a/&gt;
"<a/>" (string)
&lt;a/&gt;
For more information about changed behaviors in Application Integration due to Saxon libraries upgrade, see the following knowledge base article: KB 000205484.

0 COMMENTS

We’d like to hear from you!