以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  DTD的一个问题  急 谢谢  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=11451)


--  作者:jhonason
--  发布时间:10/31/2004 2:11:00 PM

--  DTD的一个问题  急 谢谢
16.Given the following DTD, what is the BEST practice for modifying the conditional section?
<!—product.dtd-->
<!ENTITY % useSuppliers “IGNORE”>
<!ENTITY % noSuppliers “INCLUDE”>
<![ % useSuppliers: [
<!ELEMENT CoInc(Product,Supplier*,Invoice*)>
<!ELEMENT Supplier(#PCDATA)>
]]>
<![%noSuppliers:
<!ELEMENT CoInc(Product,Invoice*)>
]]>
<!ELEMENT Product (#PCDATA)>
<!ELEMENT Invoice(#PCDATA)>
A. Edit and update the parameter entity declaration in the DTD
B.Modify the internal subset of the XML instance.
C.Update the parameter entity declaration within XSLT.
D. Define appropriate business rules applied by the XML processor.

W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
27.344ms