OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Re: BUG: docbook-xsl-1.55.0/xhtml/chunk.xsl containsabsolute URL


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Known bug. Fixed for the next release.

/ Mike Bresnahan <mbresnah@visi.com> was heard to say:
| I have found what appears to be a bug in the DocBook XSL stylesheets version
| 1.55.0.  The file docbook-xsl-1.55.0/xhtml/chunk.xsl contains the following
| pair of xsl:import tags with absolute URLs.
|
|    <xsl:import
| href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl";
| />
|    <xsl:import
| href="http://docbook.sourceforge.net/release/xsl/current/html/chunk-common.x
| sl" />
|
| These URLs cause the XSLT engine (e.g. xsltproc) to download the referenced
| files off the net.  This results in a slow performance when a net connection
| is present and a failure when no net connection exists.  To fix the problem,
| I replaced the above lines with:
|
|    <xsl:import href="docbook.xsl"/>
|    <xsl:import href="chunk-common.xsl"/>
|
| Mike

                                        Be seeing you,
                                          norm

- -- 
Norman Walsh <ndw@nwalsh.com>      | One's never alone with a rubber
http://www.oasis-open.org/docbook/ | duck.
Chair, DocBook Technical Committee |
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>

iD8DBQE9mHQ0OyltUcwYWjsRAln1AKCOuX1ioIpvAfz8FiehVl+ziz/8ZQCfeZoV
DMt589uCTyOf2Gkqy1VLvyI=
=eZbj
-----END PGP SIGNATURE-----


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC