xsl-list
[Top] [All Lists]

RE: [xsl] distinct values by xslt

2011-05-18 23:02:54
I am using xslt2.0. and requirement is to pull figure(s) at first callout!!!


-----Original Message-----
From: Murray McDonald [mailto:m(_dot_)mcdonald(_at_)cogeco(_dot_)ca] 
Sent: Wednesday, May 18, 2011 10:30 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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?


--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>