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 do xml namespaces start with http?
Is it possible to use graphics in xml?
Is there a way to describe XML data?
Explain what is xsl-fo?
What do xml namespaces actually contain?
What is xsd file in c#?
How does the XML structure is defined?
Where is office xml handler located?
How to create atom feed files?
Define XPathNavigator class?
What is the relation of soap with xml?
What are the differences between xml and html?
What is schemalocation in xml?
Is xml a json?
What is dtd and its types?