OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]