Answer Posted / 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 |
Post New Answer View All Answers
Why XML editor is needed instead of Notepad?
What is xsl attribute?
What is xsl template?
What is difference between html and xml?
How xml makes your data more available?
How do I run an xslt file?
Explain the purpose of XSLT in XML?
Why xsl won’t replace css?
Why is xml used?
How was xml created?
How do I get xml into or out of a database?
Do you feel that you are a good XSLT programmer?
What is xml httprequest? What are its advantages?
What is the use of xslt
What happens about the presence of the top-level element?