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 the use of xslt <xsl: import> element?
What are various hooks given by xslt?
What is xsl format?
Explain about xml canonicalization?
What are the types of XML Parsers?
What is xml httprequest? What are its advantages?
describe the role of xpath?
Where do we use xml in Ms.net?
What are the components of xml?
How to use w3.org feed validation service?
What is xml format example?
Can I encode mathematics using xml?updated