This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] Request for help with olink target data file and @href attribute
- From: Taro Ikai <tikai at ABINITIO dot COM>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Wed, 17 Sep 2003 19:42:20 -0400
- Subject: [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.