~zorba-coders/zorba/bug-950621

« back to all changes in this revision

Viewing changes to src/compiler/parser/use-cases/q3-4.xqy

  • Committer: brantmat at ETHZ
  • Date: 2007-10-09 12:58:38 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:904
commit of the new directory structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
for $p in doc("report1.xml")//section[section.title = "Procedure"]
 
2
where not(some $a in $p//anesthesia satisfies
 
3
        $a << ($p//incision)[1] )
 
4
return $p