~zorba-coders/zorba/xqdoc_fixes_archive

« back to all changes in this revision

Viewing changes to test/Queries/delete_04.xq

  • Committer: Matthias Brantner
  • Date: 2012-07-19 22:38:17 UTC
  • Revision ID: matthias.brantner@28msec.com-20120719223817-djfqyx6d17d2lxnq
- reworked the way options are passed and named
- added a way to specify a compression algorithm for each entry in a zip archive (requires special libarchive version)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
let $foo2-content := "<foo2/>"
6
6
let $options := 
7
7
<a:options>
8
 
 <a:format value="TAR"/>
9
 
 <a:algorithm value="GZIP"/>
 
8
 <a:format>TAR</a:format>
 
9
 <a:compression>GZIP</a:compression>
10
10
</a:options>
11
11
let $archive0 := a:create(
12
12
  ("foo.xml"),