Re: DOCBOOK-APPS: XSL stylesheets and libxslt - are there knownproblems?

From
Robert Collins <>
Date
2001-05-31T22:10:04+00:00
ID
072301c0ea1e$2e703d40$0200a8c0@lifelesswks
Thread
Re: DOCBOOK-APPS: XSL stylesheets and libxslt - are there knownproblems?
----- Original Message -----
From: "Norman Walsh" <>
To: <>
Sent: Friday, June 01, 2001 6:54 AM
Subject: Re: DOCBOOK-APPS: XSL stylesheets and libxslt - are there known
problems?


> / Robert Collins <> was heard to say:
> | My environment:
> | libXML - current stable.
> | libxslt - 0.10.0, with a patch to add doctype to HTML chunked files.
> | docbookXML 4.1.2
> | docbookXSL 1.2.9
>
> Try a later XSL release from sourceforge.net/projects/docbook/

Done.. results inline.

> | * The article TOC only gets the first entry. The legal section
(GFDL)
> | doesn't appear in the article TOC. IIRC it does appear with the
DSSSL
> | stylesheets.
>
> Small sample document, please.

Fixed in 1.39

> | * xref's are generating errors. I don't believe any are working. I'm
> | going to generate a minimal testcase for this. The errors look like
> | ==
> | Error: no ID for constraint linkend: q-mailing-list.
> | XRef to nonexistent id: q-mailing-list
> | ==
> | and the xref is linking to a question element. (which does exist
with
> | that id.). I've tried quoting the id ("'foo'" rather than "foo") but
it
> | didn't appear to change anything.
>
> I bet your document doesn't have a !DOCTYPE declaration. They're only
> IDs if the DTD says they are. Otherwise they're just attributes that
> happened to be named id.

Uhh, DOCTYPE. Yeeees, got one of those. What about included entities? -
do they need doctype's as well?

> | * Question auto-numbering isn't working. As far as I can tell, the
> | label.content template isn't being called for questions or answers.
We
> | have qandadiv elements, and they are being number correctly. I've
tried
> | explicitly turning on qanda.inherit.numeration, although I believe
it's
> | meant to be on by default.
>
> Oh, there's probably problems with the stylesheets in this area.
> Sample, please.

Fixed in 1.39 thanks,

Rob