|
Subject: Re: [xsl] Extract unique values From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx> Date: Thu, 23 Mar 2006 17:58:46 -0500 |
I want to extract all the <c> from the following xml with uniqe values. So in the transformed, no two <c> element should have same values.
Axis method: - cons - slow, only sibling-wide or document-wide contexts
Key method: - pros - fastest, filtering done in predicates - cons - document-wide context
Variable method:
- pros - document wide, sub-document, or multi-document contexts
- faster than axis method
- cons - slower than key method
- filtering not done in predicates-- Upcoming XSLT/XSL-FO hands-on courses: Washington,DC 2006-06-12/16 World-wide on-site corporate, govt. & user group XML/XSL training. G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (F:-0995) Male Cancer Awareness Aug'05 http://www.CraneSoftwrights.com/s/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Extract unique values, SINGH Navpreet | Thread | RE: [xsl] Extract unique values, SINGH Navpreet |
| [xsl] Extract unique values, SINGH Navpreet | Date | RE: [xsl] Extract unique values, SINGH Navpreet |
| Month |