RE: [xsl] distinct values by xslt

Subject: RE: [xsl] 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: [xsl] 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