Docs Menu
API Developer Guide / middleware / pub / xml / fromXML

Service: fromXML

This service parses an XML string and converts it into an XML document.

Input Parameter:

Name Type Description
xml: String The XML string to be parsed.The XML string to be parsed.

Output Parameter:

Name Type Description
output: Document The parsed XML document.