rubys       2003/04/02 19:41:01

  Modified:    stylesheet xref.xsl
  Log:
  Workaround the following error, seen on cocoondev.org:
  
  (Location of error unknown)XSLT Error (java.lang.InternalError): fillbuf
  
  Revision  Changes    Path
  1.22      +1 -0      jakarta-gump/stylesheet/xref.xsl
  
  Index: xref.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/stylesheet/xref.xsl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- xref.xsl  15 Mar 2002 09:12:40 -0000      1.21
  +++ xref.xsl  3 Apr 2003 03:41:01 -0000       1.22
  @@ -1,4 +1,5 @@
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
  +  <xsl:output indent="yes"/>
   
     <xsl:template match="workspace">
   
  
  
  

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

Reply via email to