Re: DOCBOOK-APPS: missing id ?!?

From
Dave Pawson <>
Date
2001-10-25T17:23:23+00:00
ID
[email protected]
Thread
Re: DOCBOOK-APPS: missing id ?!?
At 14:09 25/10/2001 +0200, camille wrote:
>Hi all,
>
>I'm running through a strange behavior, on something so simple that I
>hesitated a lot before posting:




>$ java com.icl.saxon.StyleSheet  -o test.html test.xml \
>/usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl
>Error: no ID for constraint linkend: cvs.
>XRef to nonexistent id: cvs

Two, very simple options. Hope you haven't been caught
as I have.

I. The actual id in question doesn't exist
2. The id exists, but isn't an ID
(i.e. defined in the DTD as an ID)
(i.e. is a plain text attribute which happens to be named id).
   - boy is that infuriating.
Norm, could you tweak the error message to 'suggest' that
its either one or the other?
HTH DaveP