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 are xml tools?
How do I find my youtube rss feed?
How do I find my rss feed url?
what are the predefined entities in XML ?
What is dom parsing?
Explain how to rename a particular element and attribute from XML using XSL?
How xml is used in web application?
What is xml tutorial?
How do I display an rss feed on my website?
What is difference between xsd and dtd?
2 Answers Accenture, Penta Pearl,
What are the related specifications of xml?
Is xml html?