Re: customization stylesheet errors



Funny - on my machine (which has 1.45 installed), xsltproc happily
used 1.45 for current. But anyway, let's specifically request 1.45. I
think you can commit the patch - I do not see anything wrong with
it. Could you also make appropriate changes in README?

Sasha

On Sun, Feb 03, 2002 at 12:48:09PM -0700, John Fleck wrote:
> On Sun, Feb 03, 2002 at 02:21:03PM -0500, Alexander Kirillov wrote:
> > Which version of Norm's stylesheets do you have installed? And can you
> > make sure that your XML catalog is set correctly so that xsltproc is
> > using the local version, not the net one? (try --nonet option)
> > 
> > The most probable cause of this is incompatibility between 1.45 (which
> > is what our stylesheets are based on) and later versions - I had the
> > same problem when I tried to upgrade to 1.48, so I had to go back to
> > 1.45. We should probably change the URL in general-customization.xsl
> > so that instead of referring to "recent" it refers to version
> > 1.45. 
> > 
> 
> I had 1.45 installed, but the include in general-customization.xsl
> points at "current", and 1.45 is no longer current, hence it doesn't
> work. The attached patch points specifically at 1.45 and thus avoids
> the problem of us pointing at whichever version happens to be Norm's
> current. Should I commit it, or is there something I'm missing here?
> 
> Cheers,
> 
> John

> Index: general-customization.xsl
> ===================================================================
> RCS file: /cvs/gnome/gnome-docu/gdp/xsl/general-customization.xsl,v
> retrieving revision 1.12
> diff -u -r1.12 general-customization.xsl
> --- general-customization.xsl	2002/01/29 23:03:15	1.12
> +++ general-customization.xsl	2002/02/03 19:45:16
> @@ -7,7 +7,7 @@
>  <!--########################Files to Include######################-->
>  
>  <!-- Importing the Norman Walsh's stylesheet as the basis. -->
> -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
> +<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.45/html/chunk.xsl"/>
>  <!-- see NOTE ABOUT PATHS in README file for details -->
>  
>  <!-- Including new title page stylesheets for customizing the placement 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]