[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook] Problems with XHTML stylesheets and olink
Jose,
You should use XInclude instead of entities, then everything works just
fine.
Here is an extract from my master olink database
<dir name="volume1">
<document targetdoc="vol1">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="vol1-target.db"/>
</document>
</dir>
Regards,
Jens
On Wed, 23 Nov 2005, Jose Gonzalez Gomez wrote:
> Hi there,
>
> First of all, forgive me if this is not the right list to ask this
> question. If so, could you please tell me where should I address such
> a question?
>
> I'm having problems with the XHTML stylesheets and olinking between
> documents. Basically I'm facing two problems:
>
> 1. The olink database generation process generates database files with
> a DOCTYPE declaration. This seem to prevent these database files from
> being used as entities in the master database file. If I manually
> delete those DOCTYPE declarations, the XHTML transformation is done
> (almost) correctly, resolving the corresponding olinks
>
> 2. The XHTML generation seems to override my manually assigned IDs, so
> the generated href takes me to the correct document, but is unable to
> find the corresponding anchor (<a> tag).
>
> I'm using docbook-xsl-1.69.1 and Xalan 2.7.0
>
> TIA, best regards
> Jose
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-help@lists.oasis-open.org
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]