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 |
How do I create an xml schema?
Is xml meant to be a replacement of html?
Write code in xml which reads login and password ?
1 Answers Tech Mahindra, Wipro,
What are simple xml elements?
Can we use xml as database?
Can xml be used for multimedia purpose?
How we compare xslt and xpath? : xslt
What is difference between xml and xslt?
How do I create a rss link?
Why do we use dtd?
What is the difference between html and xml?
XML serialization ?