XMLWriter

The XMLWriter transforms an object to an XML-representation.

Properties

Data

The data to write to an XML string.

Encoding

Select the XML encoding from the drop-down list.

This allows the user to select an encoding type when writing the Xml output. The default value of the property is 'Unicode'.

Encoding

Select the XML encoding from the drop-down list.

This allows the user to select an encoding type when writing the Xml output. The default value of the property is 'Unicode'.

Root element name

The name to use for the root element of the produced XML.

TransformXSLT

Optional. An XSLT script that transforms the default XML document generated to a new form.


Reformat XML using XSLT

Wikipedia: XML

Wikipedia XSLT

XSLT tutorial