minchau     2004/05/03 08:55:36

  Modified:    java/samples/UseStylesheetParam foo.xsl
  Log:
  Clean up related to bugzilla 24304.
  There is no longer a space after the XML header. To keep the output
  of this sample the same as before properties were set in the
  stylesheet (indent="yes").
  
  Submitted by: Sarah McNamara
  Reviewed by:  Brian Minchau
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xalan/java/samples/UseStylesheetParam/foo.xsl
  
  Index: foo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/UseStylesheetParam/foo.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo.xsl   27 Jul 2000 18:13:14 -0000      1.1
  +++ foo.xsl   3 May 2004 15:55:36 -0000       1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0"?> 
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  +  <xsl:output indent="yes"/>
     <xsl:param name="param1" select="'default value'"/>
     <xsl:template match="doc">
       <out><xsl:value-of select="$param1"/></out>
  
  
  

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

Reply via email to