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] | [List Home]


Subject: Re: Re: [docbook-apps] Slides fo to PDF ...


Hello Stefan,

In Docbook xsl files there are references to the namespace, here in plain.xsl :
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:fo="http://www.w3.org/1999/XSL/Format";
                xmlns:rx="http://www.renderx.com/XSL/Extensions";
                version="1.0">

<!-- ********************************************************************
     $Id: plain.xsl 8101 2008-08-03 18:35:14Z mzjn $
     ********************************************************************

     This file is part of the DocBook Slides Stylesheet distribution.
     See ../README or http://docbook.sf.net/release/xsl/current/ for
     copyright and other information.

     ******************************************************************** -->

<xsl:import href="../../fo/docbook.xsl"/>

.......................................
Or in, ../../fo/docbook.xsl :
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:d="http://docbook.org/ns/docbook";
xmlns:exsl="http://exslt.org/common";
                xmlns:fo="http://www.w3.org/1999/XSL/Format";
                xmlns:ng="http://docbook.org/docbook-ng";
                xmlns:db="http://docbook.org/ns/docbook";
                exclude-result-prefixes="db ng exsl d"
                version='1.0'>

<!-- It is important to use indent="no" here, otherwise verbatim -->
<!-- environments get broken by indented tags...at least when the -->
<!-- callout extension is used...at least with some processors -->
<xsl:output method="xml" indent="no"/>

<!-- ********************************************************************
     $Id: docbook.xsl 8913 2010-10-01 04:44:57Z bobstayton $
     ********************************************************************
.............................................

Since there is this reference, I do not understand how I do ... I will not change the docbook files? I do not understand what to change ...

Thank a lot,
Best reagards,
Bruno


--- En date de : Dim 28.8.11, Stefan Seefeld <stefan@seefeld.name> a écrit :

> De: Stefan Seefeld <stefan@seefeld.name>
> Objet: Re: [docbook-apps] Slides fo to PDF ...
> À: docbook-apps@lists.oasis-open.org
> Date: Dimanche 28 août 2011, 18h52
> On 08/28/2011 05:49 AM, Bruno GUEGAN
> wrote:
> > Can you tell me where is the problem? thank you
>
> I suspect the problem is caused by you using
> namespace-aware stylesheets
> but a slides version that doesn't use namespaces yet.
>
> Since there isn't yet a version of the slides grammar
> that's based on DB
> 5 (using namespaces), you should probably switch to using
> the
> docbook-xsl-1.76.1 stylesheets, without namespaces.
>
>     Stefan
>
>
> --
>
>       ...ich hab' noch einen Koffer in
> Berlin...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>


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