minchau     2004/05/03 08:54:05

  Modified:    java/samples/UseStylesheetPI 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/UseStylesheetPI/foo.xsl
  
  Index: foo.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/UseStylesheetPI/foo.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- foo.xsl   20 Oct 2000 12:51:10 -0000      1.1
  +++ foo.xsl   3 May 2004 15:54:05 -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:template match="doc">
       <out><xsl:value-of select="."/></out>
     </xsl:template>
  
  
  

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

Reply via email to