File: K2-ConDocNode-28.xqx

package info (click to toggle)
qtxmlpatterns-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308,892 kB
  • sloc: xml: 360,343; cpp: 91,994; ansic: 388; sh: 53; sed: 31; makefile: 23
file content (51 lines) | stat: -rw-r--r-- 2,182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<xqx:module xmlns:xqx="http://www.w3.org/2005/XQueryX"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://www.w3.org/2005/XQueryX
                                http://www.w3.org/2005/XQueryX/xqueryx.xsd">
  <xqx:mainModule>
    <xqx:queryBody>
      <xqx:elementConstructor>
        <xqx:tagName>doo</xqx:tagName>
        <xqx:elementContent>
          <xqx:computedDocumentConstructor>
            <xqx:argExpr>
              <xqx:sequenceExpr>
                <xqx:elementConstructor>
                  <xqx:tagName>e</xqx:tagName>
                  <xqx:elementContent>
                    <xqx:elementConstructor>
                      <xqx:tagName>b</xqx:tagName>
                    </xqx:elementConstructor>
                    <xqx:elementConstructor>
                      <xqx:tagName>b</xqx:tagName>
                    </xqx:elementConstructor>
                    <xqx:elementConstructor>
                      <xqx:tagName>b</xqx:tagName>
                    </xqx:elementConstructor>
                    <xqx:elementConstructor>
                      <xqx:tagName>c</xqx:tagName>
                      <xqx:elementContent>
                        <xqx:elementConstructor>
                          <xqx:tagName>d</xqx:tagName>
                        </xqx:elementConstructor>
                      </xqx:elementContent>
                    </xqx:elementConstructor>
                  </xqx:elementContent>
                </xqx:elementConstructor>
                <xqx:computedAttributeConstructor>
                  <xqx:tagName>name</xqx:tagName>
                  <xqx:valueExpr>
                    <xqx:stringConstantExpr>
                      <xqx:value>content</xqx:value>
                    </xqx:stringConstantExpr>
                  </xqx:valueExpr>
                </xqx:computedAttributeConstructor>
              </xqx:sequenceExpr>
            </xqx:argExpr>
          </xqx:computedDocumentConstructor>
        </xqx:elementContent>
      </xqx:elementConstructor>
    </xqx:queryBody>
  </xqx:mainModule>
</xqx:module>