Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team