[xsl] nodes having same values in same order

Subject: [xsl] nodes having same values in same order
From: Leena Kulkarni <mulberrylist@xxxxxxxxxxx>
Date: Thu, 10 Apr 2003 14:45:23 +0100 (BST)
Hello,

If I have a structure like the following -

<xxx>
  <pp></pp>
  <qq></qq>
  <rr></rr>
</xxx>
<xxx>
  <pp></pp>
  <qq></qq>
</xxx>

<yyy>
  <pp></pp>
  <qq></qq>
</yyy>
<yyy>
  <pp></pp>
  <qq></qq>
  <rr></rr>
</yyy>

How do I find out the yyy elements that have exactly
the same elements(same order and count) as in xxx?

Thanks


________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread