gas_lb
(gas_lb)
中级会员
 
中级会员
UID 21928
精华
0
积分 234
帖子 234
金钱 234 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2003-7-23
状态 离线
|
大家过来帮帮我看看怎么改
<?xml version="1.0" encoding="??????"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<html>
<head>
<title>aaa</title>
</head>
<body>
<xsl:apply-templates select="生日"/>
</body>
</html>
<xsl:template>
<xsl:template match="成员">
<xsl:value-of select="姓名"/>
<xsl:template>
<xsl:template match="生日">
<p>
<xsl:value-of select="年"/>
<p>
<xsl:template>
</xsl:stylesheet>
它说结束标记 'xsl:stylesheet' 与开始标记 'xsl:template' 不匹配。处理资源 'file:///C:/Documents and Settings/Administrator/桌面/test.xsl' 时出错。第 24 行,位置: 3
|
|