以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XSL/XSLT/XSL-FO/CSS 』  (http://bbs.xml.org.cn/list.asp?boardid=8)
----  没错误,可就是不显示  (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=14114)


--  作者:small
--  发布时间:1/29/2005 9:33:00 AM

--  没错误,可就是不显示
xsl:
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
<xsl:template match="PERIODIC_TABLE">
<html>
<xsl:apply-templates/>
</html>
</xsl:template>
<xsl:template match="ATOM">
<p>
<xsl:apply-templates/>
</p>
</xsl:template>
</xsl:stylesheet>

xml:

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Explorer v2.0 by Mergesoft (www.mergesoft.com)-->
<?xml:stylesheet href="new5.xsl" type="text/xsl"?>
<PERIODIC_TABLE>
  <ATOM STATE="GAS" >
    <NAME>xue</NAME>
    <SYMBOL>H</SYMBOL>
    <ATOMIC_NUMBER>1</ATOMIC_NUMBER>
  </ATOM>
</PERIODIC_TABLE>
哪个高人来帮忙看看啊。


--  作者:Qr
--  发布时间:1/29/2005 12:09:00 PM

--  
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Explorer v2.0 by Mergesoft (www.mergesoft.com)-->
<?xml:stylesheet href="new5.xsl" type="text/xsl"?>
<PERIODIC_TABLE>
  <ATOM STATE="GAS">
    <NAME>xue</NAME>
    <SYMBOL>H</SYMBOL>
    <ATOMIC_NUMBER>1</ATOMIC_NUMBER>
  </ATOM>
</PERIODIC_TABLE>


<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="PERIODIC_TABLE">
<html>
<xsl:apply-templates/>
</html>
</xsl:template>
<xsl:template match="ATOM">
<p>
<xsl:apply-templates/>
</p>
</xsl:template>
</xsl:stylesheet>


--  作者:small
--  发布时间:1/29/2005 3:28:00 PM

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