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

How do I control formatting and appearance?

0 Answers  


Can we debug xml file?

0 Answers  


What is xsl param?

0 Answers  


How do I open an xsl file?

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  






Explain XML ?

2 Answers  


About XLST ?

3 Answers   Satyam,


What are the advantages of xml over html?

0 Answers  


what is the difference between xpath document and xml document?

3 Answers   Honeywell,


What is an rss file extension?

0 Answers  


Give some examples of XML DTDs or schemas that you have worked with.

1 Answers  


Why was xml created?

0 Answers  


Categories