[Home] [By Thread] [By Date] [Recent Entries]
> > If i use <xsl:copy-of select="@*">, is there a possibility, > to exclude some attributes? > ....... > Grüße, > Rainer Why not just: <xsl:copy-of select="@*[name() != 'title' and name() != 'etc']"/> Nick Lawson XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



