|
SOLUTIONS
|
XML PACKAGE SYMBOL
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].
DetailsDetails
- To use
, 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.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
