Question
persistent HTML Help filenames, id values
Hi,
Styler .style sheet. Arbortext 6.0 m010.
I know that you can control the name of a chunk by setting Breaks (tab) >
HTML Chunking button > Persistent file name (drop-down) > from attribute
(drop-down).
Has anyone been able to set the id value?
For example, I get the following output (via View Source in the .chm / HTML
Help file):
And "#styler-id1.4.4.1" is the named target of the TOC entry and it is also
possible to open the .chm to the page and location (what I am ultimately
wanting to do) by executing something like:
ss hh "c:\path\filename.chm::/persistentchunkname.htm#styler-id1.4.4.1"&
Except I want to be able to control the id value so it would be this
instead:
ss hh "c:\path\filename.chm::/persistentchunkname.htm#persistentidvalue"&
It's easy right? You know JUST how to do that. Bueller? Bueller? Bueller?
....
I've played a little bit with HTML Help source edits, but all that is
accessible is:
<xsl:call-template name="object.id">
And removing that and replacing with an xsl:text forcing it to "qwerty"
doesn't survive the composition. Something else, I believe the function
generate-id(), ends up overriding whatever you insert where the
xsl:call-template call referenced above is made. generate-id() is
apparently a core function ... I can't find it anywhere accessible.
Oh, and I'd be happy with some other way to get where I'm going ... to be
able to author persistent links to HTML Help content generated by PE. We
went down a similar path re: id maps and DMP a while back. Am assuming the
limited functionality there is the same as here since the path is the
same/similar by way of HTML Help generation as an intermediary format.
Thanks ...
--
Paul Nagai
Styler .style sheet. Arbortext 6.0 m010.
I know that you can control the name of a chunk by setting Breaks (tab) >
HTML Chunking button > Persistent file name (drop-down) > from attribute
(drop-down).
Has anyone been able to set the id value?
For example, I get the following output (via View Source in the .chm / HTML
Help file):
my title
And "#styler-id1.4.4.1" is the named target of the TOC entry and it is also
possible to open the .chm to the page and location (what I am ultimately
wanting to do) by executing something like:
ss hh "c:\path\filename.chm::/persistentchunkname.htm#styler-id1.4.4.1"&
Except I want to be able to control the id value so it would be this
instead:
ss hh "c:\path\filename.chm::/persistentchunkname.htm#persistentidvalue"&
It's easy right? You know JUST how to do that. Bueller? Bueller? Bueller?
....
I've played a little bit with HTML Help source edits, but all that is
accessible is:
<xsl:call-template name="object.id">
And removing that and replacing with an xsl:text forcing it to "qwerty"
doesn't survive the composition. Something else, I believe the function
generate-id(), ends up overriding whatever you insert where the
xsl:call-template call referenced above is made. generate-id() is
apparently a core function ... I can't find it anywhere accessible.
Oh, and I'd be happy with some other way to get where I'm going ... to be
able to author persistent links to HTML Help content generated by PE. We
went down a similar path re: id maps and DMP a while back. Am assuming the
limited functionality there is the same as here since the path is the
same/similar by way of HTML Help generation as an intermediary format.
Thanks ...
--
Paul Nagai

