XML DTD与XML SCHEMA的功能特点及两者之间主要区别
XML DTD与XML SCHEMA的功能特点及两者之间主要区别
相关考题:
用xmlns属性定义命名空间时前缀有什么作用?把命名空间用于元素和属性有什么区别?怎样定义和使用默认的命名空间?Xml模式(Schema)这个词汇有哪些意义?Schema和DTD有什么区别?Schema提供哪两种方式来实现数据类型的定义?具体是怎样实现?Schema和XML文档有什么关系?Schema主要检验哪些方面内容?
关于XML Schema与DTD的表述不正确的是( ) A. 一个XML文档可以调用多种schema文档B. XML Schema在代码的重用性和可扩展方面优于DTDC. 一个XML文档只能使用一个DTD文档D. 一个XML文档可以使用多个DTD文档
如果一个XML文档存在以下()情况,我们称它为无效的xml文档。A、没有遵守XML规范定义的语法规则。B、遵守XML语法,但没有定义DTD或Schema。C、定义了DTD或Schema,但没有遵守DTD或Schema中定义的规则。D、定义的DTD或Schema不符合语法规范。
以下正确的是()。A、DTD定义了XML文档中包含的标记、元素、元素类型以及属性B、一个结构完整的XML文档一定是合法的XML(*红色)C、命名空间能够区别不同来源的元素、属性的定义D、文档DTD可以包含在XML文档内,也可以在XML文档外定义
关于XMLSchema相比DTD的优势,以下说法错误的是()。A、Schema可以更容易地描述文档内容B、Schema可以更容易地与来自数据库的数据一起工作C、Schema可以更容易地定义数据约束D、Schema更容易嵌入到XML文档中进行验证
在Microsoft XML Schema使用数据类型,引用的名称空间是urn:schemas-microsoft-com:()。A、datatypeB、xml-dataC、xml-msdataD、xslt
Which WebSphere Commerce catalog management tool creates an XML file and DTD file from CSV formatted data?()A、DTD GeneratorB、ExtractorC、Mass LoaderD、Text TransformerE、XML Transformer
You create a Web application to process XML documents. The Web application receives XML document files from several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do?()A、Load the XML data by using an instance of the XmlDocument class and specify a location for the application schema.B、Configure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.C、Read the XML file into a DataSet object and set the EnforceConstraints property to True.D、Read the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the data that does not conform to the XML schema.
问答题什么是XML文档的外部声明?它与内部的DTD有何区别?