I am creating an xml schema, and I want to make sure that the values in all the elements are CDATA elements.
有没有一种方法可以使用XML架构强制执行这个?
I am creating an xml schema, and I want to make sure that the values in all the elements are CDATA elements.
有没有一种方法可以使用XML架构强制执行这个?
据我回忆,XML Schema适用于XML Infoset,即在解析XML文档后,实体被解析,空白被规范化并处理CDATA。 CDATA是一种减轻文本序列化负担的方法,而不是结构模型的一部分。因此:不是在DTD或RELAX NG中。