Hi,
There have been no replies to this message.
Let me mention that this issue has a high priority to me - it blocks a clisp
release.
I also reported it at
https://sourceforge.net/tracker/index.php?func=detail&aid=2112656&group_id=21935&atid=373747
with the most recent sync with the xsl stylesheets,
I also get this error:
compilation error: file docbook-xsl/highlighting/common.xsl line 14 element
stylesheet
xsl:exclude-result-prefixes : undefined namespace d
which does not appear to affect the output.
Sam Steingold wrote:
>
> 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.