Re: Q: copy-of select="@*"

Subject: Re: Q: copy-of select="@*"
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Fri, 20 Oct 2000 11:38:07 -0400 (EST)
At 20 Oct 2000 13:54 +0200, Michael Bierenfeld wrote:
 > <xsl:copy-of select="@* not "@target" not @href"

<xsl:copy-of select="@*[not(name()='target' or name()='href')]"/>

Regards,


Tony Graham
======================================================================
Tony Graham                            mailto:tgraham@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9632
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread