saveFilteredXML

Saves the current node to a string, but includes only a subset of the child nodes.

Syntax

Reference_Syntax.saveFilteredXML( OBJECT param1 [, "pretty" ] )

Parameters

param1

A node list that includes the subset of nodes to include in the string.

pretty

(Optional)

Outputs the XML string is an easier to read format.

Returns

A valid string representing the XML fragment that includes only the specified subset of the current node.

Applies to

node class

Version

XFA 2.4

// Ethnio survey code removed