xsl-list
[Top] [All Lists]

RE : nodes having same values in same order

2003-04-10 06:46:39
NO xalan or saxon etc specific functions.. by pure xsl
can we do this?
----------------------------------------
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



<Prev in Thread] Current Thread [Next in Thread>
  • RE : nodes having same values in same order, Leena Kulkarni <=