XML Schema is used to define the content, structure and format of documents. True False TRUE ANSWER : ? YOUR ANSWER : ?
If the XML data instance conforms to the DTD, the document is said to be: not-type-valid. an HTML document. type-valid. type-invalid. TRUE ANSWER : ? YOUR ANSWER : ?
What is not true about SOAP? SOAP originally meant Simple Object Access Protocol. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet. SOAP was an early form of XML. SOAP now is just a name, not an acronym TRUE ANSWER : ? YOUR ANSWER : ?
The document that is used by XSLT to indicate how to transform the elements of the XML document to another format is a(n): Stylesheet. HTML page. Stored procedure. DOCTYPE procedure. TRUE ANSWER : ? YOUR ANSWER : ?
XML Schemas consist of: Structure and data. Properties and methods. Tables and relationships. Elements and attributes. TRUE ANSWER : ? YOUR ANSWER : ?
The XSLT processor copies the elements of the stylesheet until it finds a command in the format: {item, action} SELECT ... FROM ... WHERE < HTML >...< / HTML > {for-each select} TRUE ANSWER : ? YOUR ANSWER : ?
It took the popularity of the Internet to realize that database processing and document processing need each other. False True TRUE ANSWER : ? YOUR ANSWER : ?
XML technology is a hybrid of document processing and database processing. True False TRUE ANSWER : ? YOUR ANSWER : ?
Documents that have no DTD are by definition not-type-valid. True False TRUE ANSWER : ? YOUR ANSWER : ?