xsl-list
[Top] [All Lists]

Re: [xsl] distinct values by xslt

2011-05-18 11:59:42

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?


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>