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?

<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

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