http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47145

--- Comment #12 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-04 
17:43:01 UTC ---
(In reply to comment #11)
> What's being checked for (pure form) is xsltproc + specific version of the 
> HTML
> style sheets, which should be local and vendor supplied if possible so that 
> the
> toolchain doesn't fall down later in the process.

How about something like:

echo '<title/>' | xsltproc --param sf-relid "'CURRENT'" --noout --nonet
--xinclude http://docbook.sourceforge.net/release/xsl-ns/current/VERSION -

The --nonet switch ensures it will only use a local file, but the XML catalog
is still used to translate the canonical URL to a local file, so doesn't depend
on a a specific path for the local file

Reply via email to