dmarston    01/06/21 14:13:27

  Modified:    test/tests/conf/whitespace whitespace20.xsl
  Log:
  Make results easier to interpret
  
  Revision  Changes    Path
  1.3       +7 -6      xml-xalan/test/tests/conf/whitespace/whitespace20.xsl
  
  Index: whitespace20.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/whitespace/whitespace20.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- whitespace20.xsl  2000/12/29 20:21:14     1.2
  +++ whitespace20.xsl  2001/06/21 21:13:25     1.3
  @@ -6,14 +6,15 @@
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 Whitespace Stripping -->
     <!-- Creator: Paul Dick -->
  -  <!-- Purpose: xml:space attributes need to be perserved. -->
  +  <!-- Purpose: Simple case verifies use of xml:space to preserve whitespace,
  +        here a space and a tab. -->
   
  -<xsl:output indent="yes"/>
  -
   <xsl:template match="/">
  - <root>
  -   <out xml:space="default">        Test of xml:space w/default         </out>
  -   <out xml:space="preserve">       Test of xml:space w/perserve        </out>
  + <root><xsl:text>&#10;</xsl:text>
  +   <out>    </out><xsl:text>&#10;</xsl:text>
  +   <out xml:space="default">         </out><xsl:text>&#10;</xsl:text>
  +   <out xml:space="preserve">        </out><xsl:text>&#10;</xsl:text>
  +   <out xml:space="default">         </out><xsl:text>&#10;</xsl:text>
    </root>
   </xsl:template>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to