Re: [xsl] xsl:for or xsl:repeat

Subject: Re: [xsl] xsl:for or xsl:repeat
From: "Jagdishwar B" <jagdishwar.beemanati@xxxxxxxxx>
Date: Wed, 24 May 2006 17:25:32 +0200
didnt understand your question clearly.

paste your xml doc, xsl doc and also give the output "xml" you are
trying to achieve.
--
Jagdishwar B.



On 5/24/06, Mark Williams <mark@xxxxxxxxxxxxxxxxx> wrote:
Hi Jon,

What I am trying to do is very simple.

<xsl:for*****><fo:block font-family="Helvetica" font-size="12pt"
white-space-collapse="false" space-after="0.05pt"><fo:leader
leader-pattern="space"/></fo:block></fo:block><fo:block
font-family="Helvetica" font-size="12pt" white-space-collapse="false"
space-after="0.05pt"><fo:leader
leader-pattern="space"/></fo:block><fo:block font-family="Helvetica"
font-size="12pt"
space-after="0.05pt">Signature_____________________<fo:leader
leader-length="16pt"/><fo:leader
leader-length="36pt"/>Date________________ </fo:block></xsl:for****>

As you can see I have a signature area in a document. I need to have as
many signature areas as there are clients. The XML passes a variable
noofclients which is a simple integer value eg 2. So I need to repeat
the signatire block for the value of noofclients.

It strikes me that this surely must be easy, but beyond that I have no
clue!

Thanks,


Mark Williams

Current Thread