| Subject: [xsl] Removing an XML Attribute From: "McDonald, Shaun" <Shaun.McDonald@xxxxxxxxxxx> Date: Wed, 4 Jul 2007 14:10:22 -0400 | 
Hi All,
I came up with something that appears to work, only I'm not sure if
there is a caveat to doing it this way.
Since I'm transforming almost 100 files, I want to make sure nothing
bites me in the rear.
Using XSLT 2.0, Saxon 8.8
<xsl:template match="*">
  <xsl:copy>
    <xsl:choose>
     <xsl:when test="not(@change)">
       <xsl:copy-of select="@* "/>
     </xsl:when>
     <xsl:otherwise/>
   </xsl:choose>
   <xsl:apply-templates/>
 </xsl:copy>
</xsl:template>
I'm still spot-checking the files, but so far it seems to have removed
the @change attribute only, which is my desired output.
Thanks!
Shaun McDonald
Coordinator, Engineering
JetBlue Airways
118-29 Queens Blvd.
Forest Hills, NY 11375
Phone: 718-709-2678
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] changing only one attribu, David Carlisle | Thread | Re: [xsl] Removing an XML Attribute, Tony Graham | 
| [xsl] changing only one attribute o, Garvin Riensche | Date | [xsl] Re: accessing a node-set in v, Sam Carleton | 
| Month |