~zorba-coders/zorba/trunk

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/collections/dynamic5.xq

  • Committer: Tarmac
  • Author(s): Federico Cavalieri
  • Date: 2011-10-11 20:51:15 UTC
  • mfrom: (10469.1.14 bugs)
  • Revision ID: tarmac-20111011205115-th9uvr4uocbbil29
Fixed bug 871623 and 871629 Approved: Federico Cavalieri, Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
 
2
import module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
 
3
 
 
4
ddl:create(xs:QName("ddl:test2"),(<center1/>,<oldlast/>));
 
5
 
 
6
dml:insert-nodes-first(xs:QName("ddl:test2"), (<c1/>,<c2/>));
 
7
dml:collection(xs:QName("ddl:test2"))/self::node()
 
 
b'\\ No newline at end of file'