[xquery-talk] Grouping without Duplicates Issues

David Carlisle davidc at nag.co.uk
Mon Jan 28 21:56:13 PST 2008



> Is this not even a subquery at all?
I don't know what you mean by a subquery.


>    for $doc in distinct-values($addresses),
this takes the string value of each booklist element and returns a list
of unique strings. 

>         $head in $doc/title

this is an error $doc is a string so you can't use it to the left of /

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. 
________________________________________________________________________


More information about the talk mailing list