This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Exclude Attributes from select?


>
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]