diff options
author | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-03-18 22:01:36 +0100 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-03-18 22:01:40 +0100 |
commit | b1d05462c2df9d8bd58306268fbc951996261c9c (patch) | |
tree | e3965c5bcf4982a1b99aa8f5e959cde97a448dc6 /XQTS/TestSources/TreeTrunc.xml |
Import XQTS
http://dev.w3.org/2006/xquery-test-suite/PublicPagesStagingArea/XQTS_1_0_3.zip
Diffstat (limited to 'XQTS/TestSources/TreeTrunc.xml')
-rw-r--r-- | XQTS/TestSources/TreeTrunc.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/XQTS/TestSources/TreeTrunc.xml b/XQTS/TestSources/TreeTrunc.xml new file mode 100644 index 00000000..10a1cab5 --- /dev/null +++ b/XQTS/TestSources/TreeTrunc.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<far-north>
+ <north>
+ <near-north>
+ <far-west/>
+ <west/>
+ <near-west/>
+ <center/>
+ <near-east/>
+ <east/>
+ <far-east/>
+ </near-north>
+ </north>
+</far-north>
|