What is ?Async? property of XML Means ?
Answer / ashwini
Async property is used with DOMDocument objects. When this
property is true, it means that the XML document will be
loaded asynchronously. In this case, the document's
processing will start even though it is not completely
loaded.As & when the document parts are loaded, they get
processed. Here processing is fast but not reliable as the
complete document structure is not available at the time of
processing.
When it is false, the document is loaded
synchronously. Here, the processing will not start untill
the document is loaded completely.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is XPath Query ?
Can you walk us through the steps necessary to parse XML documents?
What is dtd in html?
What is the difference between versions 1.0 and 1.1 of the xml namspaces recommendation?
How do you create an xml file?
What is DOM and SOAP?
Define XPathNavigator class?
What is the difference between wsdl and xsd?
Can xml be used as a database?
How do I put an rss feed on my podcast on itunes?
Is xsl and xslt the same?
What is the structure of xml?