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 2002/09/20 21:39:02 UTC

cvs commit: xml-xalan/test/tests/conf/axes axes62.xsl

dmarston    2002/09/20 12:39:02

  Modified:    test/tests/conf/axes axes62.xsl
  Log:
  Switch indent to "no"
  
  Revision  Changes    Path
  1.4       +4 -1      xml-xalan/test/tests/conf/axes/axes62.xsl
  
  Index: axes62.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/axes/axes62.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- axes62.xsl	16 Sep 2002 16:16:05 -0000	1.3
  +++ axes62.xsl	20 Sep 2002 19:39:02 -0000	1.4
  @@ -10,11 +10,13 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Use a NameTest on the namespace axis. -->
   
  -<xsl:output method="xml" encoding="UTF-8" indent="yes" />
  +<xsl:output method="xml" encoding="UTF-8" indent="no" />
   
   <xsl:template match="/">
     <out>
  +    <xsl:text>&#10;</xsl:text>
       <xsl:apply-templates select="doc"/>
  +    <xsl:text>&#10;</xsl:text>
     </out>
   </xsl:template>
   
  @@ -22,6 +24,7 @@
     <xsl:for-each select="namespace::ped">
       <xsl:element name="{name(.)}"><xsl:value-of select="."/></xsl:element>
     </xsl:for-each>
  +  <xsl:text>&#10;</xsl:text>
     <!-- Do the same when the prefix is also declared here in the stylesheet. Shouldn't conflict. -->
     <xsl:for-each select="namespace::bdd">
       <xsl:element name="{name(.)}"><xsl:value-of select="."/></xsl:element>
  
  
  

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