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
What is the function of qualified names?
Do you know why we use select="@|node()" in the
What is xslt explain with example?
What is the xslt? : xslt
Where is office xml handler located?
What is the main focus of xsl?
What's the best rss reader?
Can I use xml namespaces in dtds?
Is xml a markup language?
What are the advantages of xml over html?
How do I find my rss feed url?
What are the types of web services?
Write a program to show literal result element as stylesheet?
What is the main disadvantage of dom?
Why do people use xml?