File: data-002.xml

package info (click to toggle)
libzeep 5.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,596 kB
  • sloc: cpp: 27,393; xml: 7,798; javascript: 180; sh: 37; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<AAA test="a">
  <BBB test="p">
       <CCC test="p"/>
       <ZZZ test="p"/>
  </BBB>
  <XXX test="a">
       <DDD test="a">
            <EEE test="p"/>
            <FFF test="a">
                 <HHH test="p"/>
                 <GGG test="s">
                      <JJJ test="d">
                           <QQQ test="d"/>
                      </JJJ>
                      <JJJ test="d"/>
                 </GGG>
                 <HHH test="f"/>
            </FFF>
       </DDD>
  </XXX>
  <CCC test="f">
       <DDD test="f"/>
  </CCC>
</AAA>