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: xref linkend and glossentry Element Problems


Docbook-rng-5.0b3, xsl-1.69.1, saxon-6.5.5, xep-4.5 oxygen-7.1.0 (eclipse-3.1.2 plugin)

 

<xref linkend=”foo”/> issue:

 

<glossentry xml:id="foo">

            <glossterm >Foo</glossterm>

            <glossdef>

               <para>Foo</para>

            </glossdef>

  </glossentry>

 

Will resolve with an HTML ( html/profile-docbook) transformation but not with an XEP ( fo/profile-docbook ) transformation.

 

<glossentry>

            <glossterm xml:id="foo">Foo</glossterm>

            <glossdef>

               <para>Foo</para>

            </glossdef>

  </glossentry>

 

Will resolve in XEP but not HTML

 

Lastly, any further update on why 1.69.1 stylesheets successfully handle docbook-rng-5.0x profiling (fo/pofile-docbook, html/profile-docbook, html/profile-chunk) and the snapshot stylesheets cannot?

 

Ray



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