Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Alex Nickolaenkov 19.06.2006 18:13 / 19.06.2006 18:16
наверное где-то ошибка:<xsl:template match="node()[@*[contains(.,'aaa')]]">
<xsl:copy>
<xsl:apply-templates select="@* except @id"/>
<xsl:attribute name="id" select="bbb"/>
<xsl:apply-templates select="node()"/>
</xsl:copy>
</xsl:template>
xsl:apply-templates : could not compile select expression '@* except @id'<xsl:copy> <xsl:apply-templates select="@* except @valign"/> <xsl:attribute name="colspan" select="1"/> <xsl:copy-of select="../preceding-sibling::tr[1]//a[contains(.,'Alternate')]"/> <xsl:apply-templates select="node()"/> </xsl:copy>