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 exactly is xml?
What is a xml parser?
Is xsl and xslt the same?
Where is my rss feed?
Can xml be used for multimedia purpose?
Whether root element is required for XML? If so, how many root elements are required?
Explain about core validation?
What is the scope of an xml namespace declaration?
What is xml word?
How do I find my rss feed url?
What is targetnamespace?
Why xml was created?