Changeset df3bd25


Ignore:
Timestamp:
Apr 23, 2011, 9:35:44 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Children:
7cfc3542
Parents:
babec4b
Message:

Drop the attributes off of c:install/c:command elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/clfs-profile.xsl

    rbabec4b rdf3bd25  
    645645            </xsl:if>
    646646            <xsl:element name="screen">
    647               <xsl:apply-templates select="@*|node()" mode="filter-bits-32" />
     647              <xsl:apply-templates select="node()" mode="filter-bits-32" />
    648648            </xsl:element>
    649649          </xsl:element>
     
    881881            </xsl:if>
    882882            <xsl:element name="screen">
    883               <xsl:apply-templates select="@*|node()" mode="filter-bits-n32" />
     883              <xsl:apply-templates select="node()" mode="filter-bits-n32" />
    884884            </xsl:element>
    885885          </xsl:element>
     
    11171117            </xsl:if>
    11181118            <xsl:element name="screen">
    1119               <xsl:apply-templates select="@*|node()" mode="filter-bits-64" />
     1119              <xsl:apply-templates select="node()" mode="filter-bits-64" />
    11201120            </xsl:element>
    11211121          </xsl:element>
Note: See TracChangeset for help on using the changeset viewer.