Mathematica > Systems Interfaces & Deployment > XML Import & Export >

XMLElement

XMLElement[tag, {attr1->val1, ...}, {data1, ...}]
represents an element in symbolic XML.
  • XMLElement[tag, {attr1->val1, ...}, {data1, ...}] corresponds to XML of the form <tag attr1='val1'...>data1 ...</tag>
  • Both tag and the attri can either be strings, or pairs of strings, with the first string specifying a namespace.
New in 4.2
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team