~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/jsoniq/use_case10.xq

  • Committer: Markos Zaharioudakis
  • Date: 2012-07-11 15:38:39 UTC
  • mfrom: (10924 zorba)
  • mto: This revision was merged to the branch mainline in revision 10932.
  • Revision ID: markos_za@yahoo.com-20120711153839-0mkh15cg2ubknchd
work in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
);
16
16
 
17
17
let $dbj := dml:collection(xs:QName("users"))[ .("name") = "Deadbeat Jim" ]
18
 
return insert json "status" : "credit card declined" into $dbj;
 
18
return insert json { "status" : "credit card declined" } into $dbj;
19
19
 
20
20
dml:collection(xs:QName("users"))