keiron      01/07/03 22:35:48

  Modified:    src/codegen propmaker.xsl
  Log:
  put import at start
  
  Revision  Changes    Path
  1.4       +2 -2      xml-fop/src/codegen/propmaker.xsl
  
  Index: propmaker.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/propmaker.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- propmaker.xsl     2001/07/02 11:38:27     1.3
  +++ propmaker.xsl     2001/07/04 05:35:47     1.4
  @@ -4,9 +4,9 @@
                   xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect"
                   extension-element-prefixes="redirect">
   
  -<xsl:output method="xml" />
  -
   <xsl:import href="elements.xsl"/>
  +
  +<xsl:output method="xml" />
   
   <xsl:template match="elements">
   <property-list>
  
  
  

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

Reply via email to