Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
XML Package >

SymbolicXMLQ

SymbolicXMLQ[expr]
returns True if the expression expr matches some basic patterns for a SymbolicXML expression and False otherwise.
SymbolicXMLQ[expr, True]
performs a complete test on expr to determine if it is a well-formed SymbolicXML expression.
SymbolicXMLQ[expr, False]
is equivalent to SymbolicXMLQ[expr].
  • To use SymbolicXMLQ, you first need to load the XML Package using Needs["XML`"].
  • This is not a guarantee that the document is well formed, nor does it give hints about validation.
Needs["XML`"]
The {attribute->value} portion of the SymbolicXML statement is malformed. SymbolicXMLQ returns False:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team