htmlToXML
Function: htmlToXML()
Converts a HTML string to an XML string. This can be useful if you then wish to pass it to the function xmlToItems.
Syntax
htmlToXML(string)
Argument | Type | Description |
---|---|---|
string | String | HTML string to be converted to XML. |
Converts a HTML string to an XML string. This can be useful if you then wish to pass it to the function xmlToItems.
htmlToXML(string)
Argument | Type | Description |
---|---|---|
string | String | HTML string to be converted to XML. |