|
January 27, 2002 Loading XML Strings Tips: January 2002
Yehuda Shiran, Ph.D.
|
|
You can build DOMDocument objects in several different ways. Loading an XML file with the DOMDocument's load() method is one of them. You can also pass an XML string as a parameter to the DOMDocument's loadXML() method. Here is an example that builds a single XML tag using this method:
Let's call this script now. The alert box shows the content of xmldoc.
People who read this tip also read these tips: Look for similar tips by subject: |
| ||||||||||||||||||||