Re: New XSL working draft published

Subject: Re: New XSL working draft published
From: "Nikolai Grigoriev" <grig@xxxxxxx>
Date: Sat, 15 Jan 2000 05:58:30 +0300
Sebastian Rahtz  writes:

>I have not yet checked for the facility to tag <fo:blocks> which I
>know are section headings as such, so that they appear in eg PDF
>bookmarks. Has there been any progress in this area?

I think a novel "role" property [WD 7.2.2] may be what you need. It can
be specified on any object, and serves as a hook to append various hints
for the renderer. You can use it to convey text structure information, e.g.
write every title this way:

   <fo:block role="bookmark ('2.1. O tempora, o mores!')">
        2.1. O tempora, o mores!
   <fo:block>

The only difference from what you have done before, is that you
need not postulate an extension namespace any more ;-).

Cheers,
Nikolai




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread