xsl-list
[Top] [All Lists]

RE: [xsl] Split with delimiter and remove duplicate with xsl:for-each group

2008-07-01 04:26:48
 

Martin Wrote: I would first tokenize, then use xsl:for-each-group to remove
duplicates:

Perfect. I am going through the tutorials to understand <xsl:for-each-group>
and it use. Still needs to look into the correct usage of current-group()
and current-group-key(), group-by , group-adjacent etc.
      <xsl:copy-of select="current-group()[1]"/>

Time to get seriously involve myself in exploring 2.0. :-)

Thanks again Martin.

Pankaj

Confidentiality Notice:" This message and any attachment(s)
contained here are information that is confidential, proprietary to
IDS Infotech Ltd. and its customers.
Contents may be privileged or otherwise protected by law. The
information is solely intended for the individual or the entity it
is addressed to. If you are not the intended recipient of this
message, you are not authorized to read, forward, print, retain,
copy or disseminate this message or any part of it. If you have
received this e-mail in error, please notify the sender immediately
by return e-mail and delete it from your computer."

--~------------------------------------------------------------------
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>
  • RE: [xsl] Split with delimiter and remove duplicate with xsl:for-each group, Pankaj Chaturvedi <=