What is ?Async? property of XML Means ?



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

Post New Answer

More XML XSLT RSS Interview Questions

What is an xsd used for?

0 Answers  


Use of CSS in XML document?

0 Answers   HCL,


What is binding (XML)?

0 Answers  


What is the usage of xslt <xsl: if> element?

0 Answers  


Is soundcloud an rss feed?

0 Answers  






How do I write my own dtd?

0 Answers  


How do I download an xml file?

0 Answers  


What are the parts of an xml file?

0 Answers  


Why xml language uses axl:version in the code?

0 Answers  


What are possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.

0 Answers  


How do I create an xml map in excel?

0 Answers  


In what scenarios will you use a dom parser and sax parser ?

0 Answers  


Categories