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 xsl-fo?
What is dtd in html?
What is rss feed in social media?
How do applications process documents that use xml namespaces?
Can you execute a xml?
How do I convert html to xml?
What is an xml namespace prefix?
Explain an overview of xml.
Can I encode mathematics using xml?updated
clarify relationships of xslt with xsl
What is the difference between simple element and complex element?
I’m trying to understand the xml spec: why does it have such difficult terminology?