...
Argument | Type | Description |
---|---|---|
string | String | HTML string to be converted to XML. |
Examples
htmlToXML("{"InvoiceLine": { "Item": "Chair", "Quantity": "18", "Price": "15.00" } }")
Generates the XML
<![CDATA[ Chair15.0018]]>
...
Argument | Type | Description |
---|---|---|
string | String | HTML string to be converted to XML. |
htmlToXML("{"InvoiceLine": { "Item": "Chair", "Quantity": "18", "Price": "15.00" } }")
Generates the XML
<![CDATA[ Chair15.0018]]>