|
Subject: RE: Exclude Attributes from select? From: "Nick-Lawson.org" <nick@xxxxxxxxxxxxxxx> Date: Sat, 14 Oct 2000 17:31:41 +0100 |
> > 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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Exclude Attributes from select?, David Delgranche | Thread | RE: Exclude Attributes from select?, Linda van den Brink |
| Formatting Elements, Dave Gomboc | Date | RE: How can I declare node sets exp, Nick-Lawson.org |
| Month |