[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
Torinthiel
torinthiel at wp.pl
Thu Oct 16 07:07:50 CEST 2003
- Previous message: [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
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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?
Store it at the MPlayer website (so uoy can give http:// address)
or
have configure generate a file like
<quote>
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!-- $Revision$ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"proper/path/here"
[
<!ENTITY documentation.xml SYSTEM "documentation.xml">
]>
&documentation.xml;
</quote>
and Makefile.inc copy this to each language subdirectory.
I'm not sure if it will work and don't have time now to try it.
But it could do.
> Diego
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3075312
torinthiel(at)wp(dot)pl
gpg: B06901F1 fpr: FAA3 559F CAE9 34DE CDC8 7346 2B6E 39F2 B069 01F1
"No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20031016/0dfb3d8c/attachment.pgp>
- Previous message: [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
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list