File: indentedMixedContent.xml

package info (click to toggle)
qtxmlpatterns-opensource-src 5.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,816 kB
  • ctags: 10,015
  • sloc: cpp: 90,014; xml: 1,662; ansic: 387; sh: 132; sed: 31; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Already indented, and should stay so.. -->
<mixedContent>
    <p>char1<span/>
    </p>
    <p>
        <span/>char2</p>
    <p>char3<span/>char3</p>
    <p>
        <e1>
            char 4
        </e1>
        <e2>
            <p>char1<span/>
            </p>
            <p>
                <span/>char2</p>
            <p>char3<span/>char3</p>
        </e2>
    </p>
</mixedContent>