~davidagraf/zorba/trace_without_debug_info

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/parsing_and_serializing/fn-parse-xml-fragment-05.xq

  • Committer: David Graf
  • Date: 2012-06-27 07:20:59 UTC
  • mfrom: (10869.1.25 zorba)
  • Revision ID: davidagraf@gmail.com-20120627072059-723duu6vsbqu60ax
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fn:parse-xml-fragment("<?xml version='1.0' encoding='UTF-8'?>
 
2
<!-- Comment-1 -->
 
3
<?a-pi pi-1?>
 
4
<!-- Comment-2 -->
 
5
<far-north> text-1A
 
6
    <!-- Comment-3 --> text-1B
 
7
    <?a-pi pi-2?> text-1C
 
8
  <north mark='n0'> text-2A
 
9
      <!-- Comment-4 --> text-2B
 
10
      <?b-pi pi-3?> text-2C
 
11
    <near-north> text-3A
 
12
      <far-west/> text-3B
 
13
      <west mark='w0' west-attr-1='w1' west-attr-2='w2' west-attr-3='w3'/> text-3C
 
14
      <near-west/> text-3D
 
15
      <center mark='c0' center-attr-1='c1' center-attr-2='c2' center-attr-3='c3'> text-4A
 
16
        <near-south-west/> text-4B
 
17
            <!--Comment-5--> text-4C
 
18
            <?a-pi pi-4?> text-4D
 
19
        <near-south> text-5A
 
20
          <south mark='s0' south-attr-1='s1' south-attr-2='s2'> text-6A
 
21
            <far-south/> text-6B
 
22
          </south> text-5B
 
23
        </near-south> text-4E
 
24
            <?c-pi pi-5?> text-4F
 
25
        <south-east mark='1se'/> text-4G
 
26
        <south-east mark='2se'/> text-4H
 
27
      </center> text-3E
 
28
      <near-east/> text-3F
 
29
      <east mark='e0'>Text in east</east> text-3G
 
30
      <far-east/> text-3H
 
31
    </near-north> text-2D
 
32
  </north> text-1D
 
33
</far-north>
 
34
<!-- Comment-6 -->
 
35
<?a-pi pi-6?>
 
36
<!-- Comment-7 -->
 
37
")