Shortcut Navigation:

Correctly Describes Quiz

An application needs to be able to modify the XML document that it is processing, without creating a new instance of the document. Which is the BEST technology to use?

Consider the following scenario: A company needs to display employee contact information in its intranet. The information is available in XML Formatfrom an XML-aware employee database. It is required that the top of document should contain an index of employee names, so that clicking on an employee name will display the employee's complete contact information (including the employee's name). Which of the following is the BEST approach to meet this requirement?

Which of the following statements reflects the BEST approach to rendering XML in a diverse range of clients?

An application uses a large XML document that contains information about 10,000 customers. The application is performing poorly, with slow responses to requests for customers with a particular hobby. Which combination of the following could an XML developer use to facilitate logic for alleviating the problem?

Which of the following statements regarding XPath is TRUE ?

Choose the statement about a problem with DTDs that is incorrect.

Select which of the following correctly describes the DTD attribute list declaration when the "date" attribute and the "reception" attribute are included in the "Customer_Visit" element.

Select which of the following correctly describes an XML Schema definition when the MarketPrice element must be a positive integer. Assume the Schema namespace prefix is "xs".

Select which of the following is coded using XML syntax:

When is it BEST to use validation in an XML application?