Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Two way parsing of XML into document associations
Contributed by: Antonis Aristeidou
XMLParse provides a two-way conversion system between XML documents and Wolfram Language associations. It allows users to easily parse XML into structured association data for manipulation, and then convert that data back to XML.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["TonyAristeidou/XMLParse"]
To load the code after installation, evaluate this code:
Needs["TonyAristeidou`XMLParse`"]
Parse an example XML:
In[1]:= | ![]() |
Out[2]= | ![]() |
Parse an XML document, edit some data and convert back to XML:
In[3]:= | ![]() |
Out[6]= | ![]() |
Wolfram Language Version 13.0