DOCUMENTATION CENTER SEARCH
Mathematica
>
XML Import & Export
>
Built-in
Mathematica
Symbol
Exchanging Material with the Web
XML Capabilities
Tutorials »
|
XMLObject
Import
Export
See Also »
|
Web Operations
XML Formats
XML Import & Export
More About »
XMLElement
XMLElement
[
tag
, {
attr
1
->
val
1
,
...
}, {
data
1
,
...
}]
represents an element in symbolic XML.
MORE INFORMATION
XMLElement
[
tag
, {
attr
1
->
val
1
,
...
}, {
data
1
,
...
}]
corresponds to XML of the form
<tag attr
1
='val
1
'
...
>data
1
...
</tag>
Both
tag
and the
attr
i
can either be strings, or pairs of strings, with the first string specifying a namespace.
The
data
i
can consist of strings or
XMLElement
or
XMLObject
expressions.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
In[1]:=
Out[1]=
In[1]:=
Out[1]=
In[1]:=
Out[1]=
SEE ALSO
XMLObject
Import
Export
TUTORIALS
Exchanging Material with the Web
XML Capabilities
MORE ABOUT
Web Operations
XML Formats
XML Import & Export
New in 4.2
© 2008 Wolfram Research, Inc.