Christophe HARO | 1 Jan 2010 08:22
Picon
Favicon

Re: Another question about equation numbering customization

Hi Bob,

Thank you for your answer.
You are right, as usual. I was missing the namespace prefix. All work fine now.

Happy new year,

-- 
Christophe HARO
Christophe.HARO <at> free.fr
----------------------------

----- "Bob Stayton" <bobs <at> sagehill.net> a écrit :

> Are you using DocBook5?  If so, then add the namespace prefix to any
> element 
> names in the examples:
> 
> <xsl:template match="d:equation">
> 
> etc.
> 
> Bob Stayton
> Sagehill Enterprises
> bobs <at> sagehill.net
> 
> 
> ----- Original Message ----- 
> From: "Christophe HARO" <christophe.haro <at> free.fr>
> To: <docbook-apps <at> lists.oasis-open.org>
(Continue reading)

Bob Stayton | 4 Jan 2010 18:42

Re: [docbook] orientation of pages in PDF

[I'm going to move this over to the docbook-apps mailing list where 
stylesheet issues are discussed.]

Hi,
There is some guidance for doing landscaped pages in my book:

http://www.sagehill.net/docbookxsl/PageDesign.html#LandscapePages

As you will see, it is not a particularly simple process in XSL-FO 1.0 
because it does not support landscaped elements that flow from page to page. 
You have to either separate your sections into separate page-sequences, or 
use PSMI.

However, since that section was written, some XSL-FO processors such as 
Antenna House or XEP have added extensions for multi-page landscaped 
elements, but not FOP.

Bob Stayton
Sagehill Enterprises
bobs <at> sagehill.net

----- Original Message ----- 
From: "Compagnon Christopher" 
<christopher.compagnon.alti <at> axa-groupsolutions.com>
To: <docbook <at> lists.oasis-open.org>
Sent: Monday, January 04, 2010 1:01 AM
Subject: [docbook] orientation of pages in PDF

Hi,

(Continue reading)

Ruediger Landmann | 4 Jan 2010 23:51
Picon
Favicon

Re: Editing the DocBook wiki

On 11/30/2009 06:02 PM, Camille Bégnis wrote:

> the wiki looks to have been locked, all pages are marked "Immutable
> Page" so I cannot add RuedigerLandmann nor modify any page on wiki even
> though I'm logged in.
>    

Thanks for trying, Camille.

Is the wiki still locked? If not, could somebody please add me to the 
UserGroup page?

Cheers

Ruediger
Bob Stayton | 5 Jan 2010 00:10

Re: Editing the DocBook wiki

It seems to still be locked.  I sent another note to the administrator.

Bob Stayton
Sagehill Enterprises
bobs <at> sagehill.net

----- Original Message ----- 
From: "Ruediger Landmann" <r.landmann <at> redhat.com>
To: "apps docbook" <docbook-apps <at> lists.oasis-open.org>
Sent: Monday, January 04, 2010 2:51 PM
Subject: Re: [docbook-apps] Editing the DocBook wiki

On 11/30/2009 06:02 PM, Camille Bégnis wrote:

> the wiki looks to have been locked, all pages are marked "Immutable
> Page" so I cannot add RuedigerLandmann nor modify any page on wiki even
> though I'm logged in.
>

Thanks for trying, Camille.

Is the wiki still locked? If not, could somebody please add me to the
UserGroup page?

Cheers

Ruediger

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe <at> lists.oasis-open.org
(Continue reading)

Robert P. J. Day | 7 Jan 2010 10:23
Picon
Gravatar

revisit: putting together a docbook 5.0 toolchain for linux


  revisiting something i was working on a while back before i got
pulled away to another project, i want to put together a toolchain on
fedora 12 linux for processing docbook 5.0 and generating as many of
HTML/PDF/PS/whatever as possible, while keeping the installed packages
to a minimum.

  to that end (and keeping this non-packagey), what aspects of
toolchain processing can i *omit* that represent optional or legacy
issues that i really don't care about?  for instance:

  * don't care even marginally about SGML
  * don't care about DSSSL
  * don't care about docbook 4.x
  * don't care about DTD if schemas will be adequate

you get the idea.  if i have no need for backward compatibility, how
little can i install on fedora 12 (hopefully extensible to other linux
distros)?

  so far, i'm pretty sure i want the packages:

  * libxml2 (for xmllint and xmlcatalog)
  * libxslt (for xsltproc)
  * docbook5-schemas
  * docbook5-style-xsl
  * fop

beyond that, i'm still checking dependencies.  anyone else gone thru
this exercise and deduced what needs to be there?  if not, once i
(Continue reading)

Dave Pawson | 7 Jan 2010 12:39
Picon

Re: revisit: putting together a docbook 5.0 toolchain for linux

On 07/01/10 09:23, Robert P. J. Day wrote:
>
>    revisiting something i was working on a while back before i got
> pulled away to another project, i want to put together a toolchain on
> fedora 12 linux for processing docbook 5.0 and generating as many of
> HTML/PDF/PS/whatever as possible, while keeping the installed packages
> to a minimum.

> you get the idea.  if i have no need for backward compatibility, how
> little can i install on fedora 12 (hopefully extensible to other linux
> distros)?
>
>    so far, i'm pretty sure i want the packages:
>
>    * libxml2 (for xmllint and xmlcatalog)
>    * libxslt (for xsltproc)
>    * docbook5-schemas
>    * docbook5-style-xsl
>    * fop
>
> beyond that, i'm still checking dependencies.  anyone else gone thru
> this exercise and deduced what needs to be there?  if not, once i
> figure it out, i'll document it at my web site.  thanks.

How about validation? I use Jing from James Clark, now on GoogleCode.

http://www.dpawson.co.uk/docbooksetup/index.html
was my thoughts.

I'm also running FC12, but Java/Saxon based, with xep replacing fop.
(Continue reading)

Robert P. J. Day | 7 Jan 2010 13:15
Picon
Gravatar

Re: revisit: putting together a docbook 5.0 toolchain for linux

On Thu, 7 Jan 2010, Dave Pawson wrote:

> How about validation? I use Jing from James Clark, now on
> GoogleCode.

  that's on my list of things to incorporate and test.

> http://www.dpawson.co.uk/docbooksetup/index.html
> was my thoughts.
>
> I'm also running FC12, but Java/Saxon based, with xep replacing fop.

  xep is not open source, is it?  last i looked, it was still
commercial with trial versions.  ideally, i'd like to keep my entire
toolchain OSS.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================
Eric Johnson | 7 Jan 2010 15:14

Re: revisit: putting together a docbook 5.0 toolchain for linux

On 1/7/2010 7:15 AM, Robert P. J. Day wrote:
> On Thu, 7 Jan 2010, Dave Pawson wrote:
>
>    
>> How about validation? I use Jing from James Clark, now on
>> GoogleCode.
>>      
>    that's on my list of things to incorporate and test.
>
>    
>> http://www.dpawson.co.uk/docbooksetup/index.html
>> was my thoughts.
>>
>> I'm also running FC12, but Java/Saxon based, with xep replacing fop.
>>      
>    xep is not open source, is it?  last i looked, it was still
> commercial with trial versions.  ideally, i'd like to keep my entire
> toolchain OSS.
>
> rday
> --
>
>
> ========================================================================
> Robert P. J. Day                               Waterloo, Ontario, CANADA
>
>              Linux Consulting, Training and Kernel Pedantry.
>
> Web page:                                          http://crashcourse.ca
> Twitter:                                       http://twitter.com/rpjday
(Continue reading)

Robert P. J. Day | 7 Jan 2010 15:17
Picon
Gravatar

Re: revisit: putting together a docbook 5.0 toolchain for linux

On Thu, 7 Jan 2010, Eric Johnson wrote:

> You could try the stuff at http://forgedp.fusesource.org/. It is all
> open source. It is Saxon based and uses ant to drive the process.

  cool.  i was entirely unaware of that site.  thanks.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================
Jared Smith | 7 Jan 2010 23:03
Gravatar

Re: revisit: putting together a docbook 5.0 toolchain for linux

On Thu, 2010-01-07 at 09:14 -0500, Eric Johnson wrote: 
> You could try the stuff at http://forgedp.fusesource.org/. It is all 
> open source. It is Saxon based and uses ant to drive the process.

A more robust toolchain called Publican is already in Fedora (and
heavily used by Red Hat).  It's the best DocBook tookchain I've come
across (include the two or three I've written myself over the past few
years), it is entirely open source. Publican also makes it fairly easy
to build your own branding for documents.  It doesn't yet support
DocBook 5, but it may be easier to start there rather than re-inventing
the wheel. 

-Jared Smith

Gmane