[Home] [By Thread] [By Date] [Recent Entries]
> If i use <xsl:copy-of select="@*">, is there a possibility, > to exclude some attributes? <xsl:copy-of select="@*[not(self::meta or self::title)]"/> Mike Kay > > Is there nothing like select="!META&!TITLE" > (or select="!(META|TITLE)")? > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



