Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ArgumentTypeDescription
stringStringHTML string to be converted to XML.

Examples

htmlToXML("{"InvoiceLine": { "Item": "Chair", "Quantity": "18", "Price": "15.00" } }")

Generates the XML

<![CDATA[ Chair15.0018]]>

See Also