<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
If XML is just a subset of SGML, can I use XML files directly with existing SGML tools?
Yes, provided you use up-to-date SGML software which knows about the WebSGML Adaptations to ISO 8879 (the features needed to support XML, such as the variant form for EMPTY elements; some aspects of the SGML Declaration such as NAMECASE GENERAL NO; multiple attribute token list declarations, etc).
An alternative is to use an SGML DTD to let you create a fully-normalised SGML file, but one which does not use empty elements; and then remove the DocType Declaration so it becomes a well-formed DTDless XML file.
Most SGML tools now handle XML files well, and provide an option switch between the two standards. (see the pointers in the question on software).
If XML is just a subset of SGML, can I use....
最新推荐文章于 2025-12-04 19:14:36 发布
本文探讨了XML作为SGML的一个子集时,如何直接使用现有的SGML工具处理XML文件的问题。文章指出,要实现这一点,需要确保SGML软件支持Web SGML Adaptations,并介绍了通过调整DTD来适应SGML环境的方法。
1216

被折叠的 条评论
为什么被折叠?



