Skip to content

Converting HTML to XML

The HTML to XML task will convert a HTML file to valid XML. The task is useful when you need to transform HTML using an XSLT, but get a error due to the HTML file containing malformed XML.

You can optionally specify an XSLT file which will be used to transform the HTML.

Settings

Input File

Required
The HTML file to convert to XML format.

Output File

Required
The XML file to output the result to.

Parameters

Optional
A collection of parameters to be passed into the XSLT for processing.

XSLT File

Optional
The XSLT file to transform the HTML with.Leave blank if you don't want to transform the HTML

Zynk Settings

See Common Task Settings

Examples

There are no examples currently available for this task.