以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XSL/XSLT/XSL-FO/CSS 』  (http://bbs.xml.org.cn/list.asp?boardid=8)
----  求教文档合并后在treeview中显示的样式单?  (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=57674)


--  作者:xingxing
--  发布时间:1/3/2008 7:31:00 PM

--  求教文档合并后在treeview中显示的样式单?
文档book1.xml
<?xml version=1.0?>
<book>
<btitle>高数</btitle>
<chapter>
<ctitle>第一章</ctitle>
<section>第一节</section>
<section>第二节</section>
</chapter>
<refchapter>book2.xml</refchapter><!--文档book2.xml的插入点-->
<chapter>
<ctitle>第三章</ctitle>
<section>第一节</section>
<section>第二节</section>
</chapter>
</book>
文档book2.xml
<?xml version=1.0?>
<book>
<btitle>积分</btitle>
<chapter>
<ctitle>第二章</ctitle>
<section>第一节</section>
<section>第二节</section>
</chapter>
</book>

请教将文档book2.xml插入到文档book1.xml的样式单,并可把结果文档在asp.net中用treeview以树图形式显示出来。不知我表达清楚没有?


--  作者:enyaxp
--  发布时间:1/8/2008 8:53:00 PM

--  
用DTD的外部实体声明可以实现你想要的效果:

<!ENTITY contentOfBook SYSTEM "book2.xml">
...
<refchapter>&contentOfBook</refchapter>
...

不知道是不是你要的答案。


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