Revert last change
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Apr 2006 10:30:14 +0000 (10:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 21 Apr 2006 10:30:14 +0000 (10:30 +0000)
util/pqf2pqf.xsl

index 449f3e6..021117b 100644 (file)
        Notice that the selection rules can equally either be written 
        'attr/@type=7' or 'attr[@type=8]' with no difference -->
   <!--
        Notice that the selection rules can equally either be written 
        'attr/@type=7' or 'attr[@type=8]' with no difference -->
   <!--
-  <xsl:template match="apt[attr/@type=7 and attr/@type=8]">
+  <xsl:template match="apt[attr/@type=7 and attr[@type=8]]">
     <apt>
       <xsl:apply-templates select="attr[@type=1]"/>
       <xsl:apply-templates select="attr[@type=2]"/>
     <apt>
       <xsl:apply-templates select="attr[@type=1]"/>
       <xsl:apply-templates select="attr[@type=2]"/>