[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Cartesian product of sets of nodes


Subject: Re: [xsl] Cartesian product of sets of nodes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 28 Aug 2009 17:57:49 +0100

> is there a way of obtaining the cartesian product

what do you mean by "obtain" here?

You refer to sets of nodes so I think you are using xpath1. nodeset is
the only type available there which can't really model this (unless you
copy all the nodes into an xml focument representing the product).

Xpath2 has sequences of nodes, but again you can't really model the
product of sequences as you can't have sequences of sequences.

in xslt1 and 2 though you can of course effectively iterate over all the
items in the product just by having nested for-each loops which
iterates over each set, and for most purposes, this is enough...

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


Current Thread
Keywords
xml