README.md
Table of Contents:
Examples:
-
Convert XML from Document
Input
<note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
Output
{ "note": { "body":"Don't forget me this weekend!", "from":"Jani", "heading":"Reminder", "to":"Tov", } }
-
Convert XML from URL
Input
"http://www.w3schools.com/xml/note.xml"
Output
{ "note": { "body":"Don't forget me this weekend!", "from":"Jani", "heading":"Reminder", "to":"Tov", }, "xml":"version=\"1.0\" encoding=\"UTF-8\"" }
Note: The
avg duration
inPricing
displays inaccurately and will be adjusted by incoming calls. The current duration resolves within seconds as demonstrated in demo.
Support:
Help support this project. The smallest amount makes a difference.
Contents