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 |
How do I export xml to excel?
What is the use of namespace in xml?
If xml is just a subset of sgml, can I use xml files directly with existing sgml tools?
What is application of xml?
Explain how to rename a particular element and attribute from XML using XSL?
Explain what a diffgram is, and a good use for one?
I’m trying to understand the xml spec: why does it have such difficult terminology?
Where should I use xml?
How do I view xml data?
DOM & SAX parsers explanation and difference ?
Why do we need xsd?
How do you access elements in XML document?