求高手帮帮忙
艾克的摩擦 2010-11-05 08:29:14 <xsl:value-of select="$num" />
<xsl:value-of select="$titlelenght" />
<xsl:value-of select="$nodeid" />
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
<xsl:param name="nodeid" />
<xsl:param name="num" />
<xsl:param name="titlelenght" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<li>
<a>
<xsl:attribute name="href">
<xsl:value-of select="pe:GetInfoPath(GeneralID)"/>
</xsl:attribute>
<xsl:attribute name="ti<xsl:value-of select="$nodeid" />tle">
<xsl:value-of select="Title"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(Title,$titlelenght,'')"/>
</a>
</li>
</xsl:template>
</xsl:stylesheet>
这是我做的一个网站,最近人家找我,说是有一块后台生成不出来http://www.dhslyj.cn/lylt/index.html里的那个通知公告。为什么不读出新闻,然后我看后面的标签制作,那里提示错误http://www.dhslyj.cn/wnfw/1.png,我现在很茫然,不知道是标签的错误,还是后台的问题,想看看大家帮帮忙,帮我解决下