This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Request for help with olink target data file and @href attribute


I am trying to generate a valid olink target data file for use with HTML 
Help output.
I am using a customization of:

   docbook-xsl/htmlhelp/htmlhelp.xsl

I've run into a problem where the target data file for my document ends up 
with 
the @href attribute values that contain the fragment id, but not the 
document
specifier:

<div element="section" href="#foo" number="" targetptr="foo">
   <ttl>Foo</ttl>
   <xreftext>Foo</xreftext>
</div>

I think the @href attribute shoud look something like:

   <div element="section" href="mydoc.html#foo" number="" targetptr="foo">

How should I proceed?

Taro

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]