You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/06/05 22:10:06 UTC

cvs commit: xml-xalan/test/tests/conf/select select69.xsl select69.xml

dmarston    01/06/05 13:10:06

  Modified:    test/tests/conf/select select69.xsl select69.xml
  Log:
  Add sort to control order of output.
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xalan/test/tests/conf/select/select69.xsl
  
  Index: select69.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/select/select69.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- select69.xsl	2000/12/17 21:34:44	1.1
  +++ select69.xsl	2001/06/05 20:10:06	1.2
  @@ -17,6 +17,7 @@
   <xsl:template match="a">
     <xsl:value-of select="."/><xsl:text>-</xsl:text>
     <xsl:for-each select="attribute::*">
  +    <xsl:sort select="name(.)"/>
       <xsl:value-of select="."/><xsl:text>|</xsl:text>
     </xsl:for-each>
   </xsl:template>
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/select/select69.xml
  
  Index: select69.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/select/select69.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- select69.xml	2000/12/17 21:34:44	1.1
  +++ select69.xml	2001/06/05 20:10:06	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?> 
   <doc>
     <a squish="light" squash="butternut">1</a>
  -  <a squish="" squeesh="loud">2</a>
  +  <a squeesh="" squish="extreme">2</a>
     <a squash="butternut" squeesh="">3</a>
  -  <a squish="heavy" squash="" squeesh="shrill">4</a>
  +  <a squish="heavy" squash="sport" squeesh="">4</a>
   </doc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org