Saves the current node to a string,
but includes only a subset of the child nodes.
SyntaxReference_Syntax.saveFilteredXML( OBJECT param1 [, "pretty" ] )
Parameters
param1
|
A node list that includes the subset of
nodes to include in the string.
|
(Optional)
|
Outputs the XML string is an easier to read
format.
|
ReturnsA
valid string representing the XML fragment that includes only the
specified subset of the current node.
|
|
|