Fernando Martins
2003-08-27 14:25:38 UTC
Hi all.
I'm using Docbook V4.2 and I'm experience some troubles with the xref
tag.
I'm getting the following error:
xref linkend to missing id MYIDENTIFIER
and therefor I cannot generate documents in some formats, PDF and HTML
in particular.
The problem is that "MyIdentifier" *is* correctly defined:
<sect2 id="MyIdentifier">
[...]
</sect2>
This seems to happen when I have "too many(?)"
<xref linkend="ANYIDENTIFIER"></xref> tags.
When I reduce the number of xref tags, the errors disapear.
What is even worst, the "missing" ids seems to be random...
Let me explain: the "missing" ids may be any defined identifier to
which I make a reference through the xref tag.
The document is syntactically correct. The problem seems to be the
number of xref tags, the more I have, the more "missing" id errors I
got. When start to reduce them, the problem decreases until it goes
away!
I do not believe that there is a maximum number of xref tags.
So am I doing something wrong?
Does anyone experienced this problem before?
Thanks for any help.
I'm using Docbook V4.2 and I'm experience some troubles with the xref
tag.
I'm getting the following error:
xref linkend to missing id MYIDENTIFIER
and therefor I cannot generate documents in some formats, PDF and HTML
in particular.
The problem is that "MyIdentifier" *is* correctly defined:
<sect2 id="MyIdentifier">
[...]
</sect2>
This seems to happen when I have "too many(?)"
<xref linkend="ANYIDENTIFIER"></xref> tags.
When I reduce the number of xref tags, the errors disapear.
What is even worst, the "missing" ids seems to be random...
Let me explain: the "missing" ids may be any defined identifier to
which I make a reference through the xref tag.
The document is syntactically correct. The problem seems to be the
number of xref tags, the more I have, the more "missing" id errors I
got. When start to reduce them, the problem decreases until it goes
away!
I do not believe that there is a maximum number of xref tags.
So am I doing something wrong?
Does anyone experienced this problem before?
Thanks for any help.
--
Fernando Martins
Fernando Martins