That would work per document, but part of the problem is that I use a
reuseable XSLT template to write the common footer block/page.  Without
using recursion, I can't update the value of a variable in XSLT to keep
track of the number of dates currently written to the FO.  For the reports I
create, recursion would be impossible or nearly impossible to write and
certainly more complicated than it's worth.

Scott


-----Original Message-----
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: XSl-FO question


On Tuesday 23 October 2001 17:12, Scott Moore wrote:
> I tried using the id="date" attribute, but you can't use that multiple
> times per document.  But I need something similiar to distinguish parts of
> the document that are related.

<hack-mode>
You could use id="date-01", "date-02" etc.
The value has to be unique in the document, so maybe the common "date-" 
prefix would help
</hack-mode>

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to