xsl-list
[Top] [All Lists]

Re: Spam:RE: [xsl] Can XSLT remember the occurrence of an element?

2005-04-27 11:06:07
In addition to Jeni's site, you can also visit Dave Pawson's FAQ.

Duplicates: http://www.dpawson.co.uk/xsl/sect2/N2696.html

Grouping: http://www.dpawson.co.uk/xsl/sect2/N4486.html

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)




"Michael Kay" <mike(_at_)saxonica(_dot_)com> 
04/27/2005 12:52 PM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
cc

Subject
Spam:RE: [xsl] Can XSLT remember the occurrence of an element?






can XSLT remember the occurrence of an element?

XSLT is a declarative language, not a procedural one, so there is no 
notion
of time in its processing model. There is no "before" and "after", and
therefore no notion of memory.

Any ideas how I could change the xsl to only include *one* 
instance of a
contract despite it is *two or more* times called? 

The problem of eliminating duplicates is generally known as "grouping" and
is covered in http://www.jenitennison.com/xslt/grouping

Michael Kay
http://www.saxonica.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>
--~--




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