[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

Diego Biurrun diego at biurrun.de
Thu Oct 16 01:39:37 CEST 2003


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?

Diego



More information about the MPlayer-cvslog mailing list