SOAP uses HTTP as its only transport mechanism.
Select an option to see the answer and solution.
The DTD defines the structure of XML documents.
Select an option to see the answer and solution.
If a document does not conform to the DTD, it is a bad XML document.
Select an option to see the answer and solution.
XSLT processors are context-oriented; each statement is evaluated in the context of the match that has been made.
Select an option to see the answer and solution.
Web page display is the most important application of XML.
Select an option to see the answer and solution.
It took the popularity of the Internet to realize that database processing and document processing need each other.
Select an option to see the answer and solution.
You can validate an XML Schema document against its schema, just as you would any other XML document.
Select an option to see the answer and solution.
XML technology is a hybrid of document processing and database processing.
Select an option to see the answer and solution.
The most popular way to materialize XML documents is to use XSLT.
Select an option to see the answer and solution.
SOAP is now just a name, not an acronym.
Select an option to see the answer and solution.
Documents that have no DTD are by definition not-type-valid.
Select an option to see the answer and solution.
FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document.
Select an option to see the answer and solution.
With XSLT, you specify a procedure for materializing document elements.
Select an option to see the answer and solution.
XML Schema is used to define the content, structure and format of documents.
Select an option to see the answer and solution.
Schemas consist of properties and methods
Select an option to see the answer and solution.
Datasets which reside on the user's hard drive are created by ADO.NET to facilitate the transformation of XML documents to and from relational database constructs.
Select an option to see the answer and solution.
With XML, document structure, content and format are all defined within one document.
Select an option to see the answer and solution.
XML Schemas are XML documents.
Select an option to see the answer and solution.
XML uses the same terms with the same meanings as terms in the database world.
Select an option to see the answer and solution.
Stylesheets are used by XSLT to indicate how to transform the elements of the XML document into another format.
Select an option to see the answer and solution.