[xquery-talk] restricting search to different nodes

David Carlisle davidc at nag.co.uk
Thu Jan 5 11:41:53 PST 2006


  Is it somehow possible to adjust the return statements in that it treats the
  results differently if they come from different node sets?


yes, you just need to write the path so it works in either case, eg

return ancestor::text[1]

or if your system makes things inconvenient by not providing ancestor::
axis then

return
(self::abstract|self::metadata1/..)/../..

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


More information about the talk mailing list