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 xmlns xs?
Explain how to remove a particular attribute from XML?
Is there an xml version of html?
What do you mean by nested elements in xml?
Explain about non-XML resources?
Is xml a nosql?
XML serialization ?
What is parsing and how do I do it in xml?
What is rss in html?
What is the use of xslt?
Can the attribute list of an element type contain attributes whose names come from other xml namespaces?
What is the best rss reader for mac?