You use a parser to check if an XML document is well formed.  What are the two types of parsers, and what is the function of each?

What will be an ideal response?


You use a program called a parser to check whether an XML document is well formed. There are two types of parsers: non-validating and validating. A non-validating parser simply checks whether an XML document is well formed; if it is, the parser displays the document's XML elements and data. A validating parser checks whether an XML document is well formed and whether it conforms to an associated DTD. Firefox and other browsers have the capability to act as non-validating parsers.

Computer Science & Information Technology

You might also like to view...

The difference between the operator! member function and the operator void* member function is that:

a. They always return opposite boolean values. b. They occasionally return opposite boolean values. c. Of the two member functions, only operator! checks if eof has been set. d. Of the two member functions, only operator void* checks if eof has been set.

Computer Science & Information Technology

________ store data magnetically on metal platters

A) Hard drives B) Flash drives C) CDs D) Blu-ray discs

Computer Science & Information Technology

When the Enable Data Integrity check box in the Lookup Field Wizard is checked ________

A) you can type in the data source manually B) new values can be added to the lookup table C) only values found in the lookup table can be used D) values can be deleted from the lookup table

Computer Science & Information Technology

_____ is a wide range of adaptive and rehabilitative devices to help people with disabilities perform tasks that they were formerly unable to accomplish or had great difficulty accomplishing.

A. Assistive technology B. Virtual reality C. Forensics software D. Bioinformatics

Computer Science & Information Technology