以文本方式查看主题

-  中文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=49969)


--  作者:sunnykim523
--  发布时间:7/15/2007 8:16:00 PM

--  高手帮忙看看这个是怎么回事呢?万分感谢[求助]
我的XML文档:
<?xml version="1.0" encoding="GB2312"?>
<greeting>XSL----First Step in learning XML!</greeting>

我的XSL文档:
<?xml version="1.0" encoding="GB2312"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<html>
<head>
<title>First XSLT example</title>
</head>
<body>
<p><xsl:value-of select="greeting"/></p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>


文件格式验证都是好的,但老是出现如下信息:
***.xsl is not valid.
 Unable to locate a reference to a supported schema type (DTD, W3C Schema) within this document instance.

请教各位,这个应该怎么办呢
是我少装了东西还是怎么的,欢迎大家指教!!!谢谢啦


--  作者:火鸟
--  发布时间:7/15/2007 8:44:00 PM

--  
没有引用DTD或者Schema.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
这句也有问题.
--  作者:火鸟
--  发布时间:7/15/2007 8:46:00 PM

--  
应该是这样的
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
--  作者:火鸟
--  发布时间:7/15/2007 8:57:00 PM

--  
也许,你用的是手机上的东东,那就另说。
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
50.781ms