Subject: RE: distinct values by xslt
From: "JS Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Thu, 19 May 2011 09:32:30 +0530
|
I am using xslt2.0. and requirement is to pull figure(s) at first callout!!!
-----Original Message-----
From: Murray McDonald [mailto:m.mcdonald@xxxxxxxxx]
Sent: Wednesday, May 18, 2011 10:30 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: distinct values by xslt
Is this your requirement?
For each paragraph {
For each link@type='figure' {
Build an html anchor link to rendered figure
}
For each link in the paragrpah that has not been previously rendered {
Build a "div@class="divFigure" to hold the rendered figure
}
}
Are you using XSLT 1.0 or 2.0?
| Current Thread |
Murray McDonald - 18 May 2011 16:59:42 -0000
- JS Rawat - 19 May 2011 04:02:54 -0000 <=
|
|