[Mplayer-cvslog] CVS: main/DOCS/xml/pl Makefile,NONE,1.1 audio.xml,NONE,1.1 bugreports.xml,NONE,1.1 documentation.xml,NONE,1.1 features.xml,NONE,1.1 html.xsl,NONE,1.1 mail-lists.xml,NONE,1.1 patches.xml,NONE,1.1 ports.xml,NONE,1.1

Dmitry Baryshkov mitya at school.ioffe.ru
Thu Oct 16 12:39:10 CEST 2003


On Thu, Oct 16, 2003 at 01:39:37AM +0200, Diego Biurrun wrote:
> Dmitry Baryshkov writes:
>  > >   <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
>  > >   <xsl:include href="../html-common.xsl"/>
>  > This is really bad. It will break, if chunk.xsl is in incorrect
>  >  location. Should be:
>  > <xsl:import href="../html.xsl"/>
> 
> There is a similar problem with the DOCTYPE definition in documentation.xml:
> 
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
> 	"/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
> 
> For Cygwin you have to change this to
> 
>        "/usr/share/docbook-xml42/docbookx.dtd"
> 
> Do you know of a more portable way to specify this?
IIRC, there is a more portable way called 'catalogs' (IIRC, they map
"public" names (like "-//OASIS/.....") to system ones
("/usr/share/...."). Dunno if they are supported by xsltproc on CygWin,
but maybe you should locate right catalog (which is mapping docbookx.dtd)
and add it to line 9?
Could you post autogenerated xsltproc.sh on CygWin?
> 
> Diego
-- 
With best wishes
Dmitry Baryshkov



More information about the MPlayer-cvslog mailing list