Is it possible to use XML Schemas internally, just like DTDs?

后端 未结 2 1149
清酒与你
清酒与你 2020-12-21 22:09

I have the following XML file which includes internal DTD validation:




        
2条回答
  •  伪装坚强ぢ
    2020-12-21 22:24

    No, although you may find some ad hoc implementational support for embedding an XSD within an XML document instance, there is no standard mechanism for XSD that corresponds to DTD's internal subset.

提交回复
热议问题