摘要: 1 Schema概述1.1 什么是Schemal Schema是新的XML文档约束;DTD出现的比较早.l Schema要比DTD强大很多;l Schema本身也是XML文档,但Schema文档的扩展名为xsd,而不是xml。(XMLSchemasDefinition)(xmlns : XML na... 阅读全文
posted @ 2014-12-25 12:22 SummerChill 阅读(4610) 评论(2) 推荐(3)
摘要: 1.1 什么是DTD DTD(Document Type Definition),文档类型定义,用来约束XML文档。或者可以把DTD理解为创建XML文档的结构!例如可以用DTD要求XML文档的根元素名为<students>,<students>中可以有1~N个<student>,<student>子 阅读全文
posted @ 2014-12-25 12:09 SummerChill 阅读(1084) 评论(0) 推荐(0)