← Prev in month ← Prev in thread

generated headers broken

From
Sam Steingold <>
Date
2008-09-11T21:31:46+00:00
ID
Thread
generated headers broken
Hi,

I am having a hard time trying to figure out why the section names in
http://clisp.podval.org/impnotes/mop-overview.html#mop-ov-mo-init
are so broken:

Section 29.3.5.1, “Initialization of Section 29.2.1.1, “Classes”s”

instead of

Section 29.3.5.1, “Initialization of class metaobjects”

the original XML text is:

<xref linkend="mop-cl-init-mo"/>

which points to

<section id="mop-cl-init-mo"><title>Initialization of &c-mo;s</title>

where c-mo is defined like this:

<!ENTITY c-mo '<link linkend="mop-mo-classes">class metaobject</link>'>

and

<section id="mop-mo-classes"><title>Classes</title>

what I don't understand is why the text generation for the header is recursive 
and why does it recursively replaces existing text (in this case, "class 
metaobject") with the generated text (in this case, "Section 29.2.1.1, “Classes”")


this is with the current xsl pages from
rsync -av --port=5873 docbook.xml-doc.org::xsl docbook-xsl

Thanks
Sam.
← Prev in month ← Prev in thread