You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/10/25 19:51:31 UTC

cvs commit: xml-xalan/test/tests/conf/whitespace whitespace23.xsl

pauldick    01/10/25 10:51:31

  Modified:    test/tests/conf/whitespace whitespace23.xsl
  Log:
  Removed unnecessary namespaces,  and change output to xml
  
  Revision  Changes    Path
  1.2       +3 -5      xml-xalan/test/tests/conf/whitespace/whitespace23.xsl
  
  Index: whitespace23.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/whitespace/whitespace23.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whitespace23.xsl	2001/07/05 20:22:00	1.1
  +++ whitespace23.xsl	2001/10/25 17:51:31	1.2
  @@ -1,7 +1,5 @@
   <?xml version="1.0"?>
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" 
  -                xmlns:ns1="www.ns1.com" xmlns:ns2="www.ns2.com"
  -                exclude-result-prefixes="ns1 ns2">
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
     <!-- FileName: whitespace23 -->
     <!-- Document: http://www.w3.org/TR/xslt -->
  @@ -11,7 +9,7 @@
     <!-- Purpose: Another test for the normalize-space function, this one really testing handling of the newline. -->
   
   <xsl:template match = "doc">
  -   <html>
  +   <out>
   	<xsl:for-each select="link">
   		 <a>
   		 		 <xsl:attribute name="href"><xsl:value-of
  @@ -28,7 +26,7 @@
   		 <xsl:text>&#10;</xsl:text>
   	</xsl:for-each>
   
  -   </html>
  +   </out>
   </xsl:template>
   
   </xsl:stylesheet>
  
  
  

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