[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] distinct values by xslt


Subject: Re: [xsl] distinct values by xslt
From: "Murray McDonald" <m.mcdonald@xxxxxxxxx>
Date: Wed, 18 May 2011 12:59:31 -0400

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
Keywords