|
SOLUTIONS
|
XML PACKAGE SYMBOL
XMLParser
![]()
represents a parser object created by InitializeXMLParser for XML documents with a root element root and corresponding to the DTD
.
DetailsDetails
- To use
, you first need to load the XML Package using Needs["XML`"]. - An
parser object can be used with XMLGet and XMLGetString to avoid reloading a DTD.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
Initialize a MathML parser (with a preloaded DTD):
| In[2]:= |
| Out[2]= |
ReleaseXMLParser frees up resources when the parser is done:
| In[3]:= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
