File: html.xml

package info (click to toggle)
libxslt 1.1.45-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,324 kB
  • sloc: xml: 66,121; ansic: 36,093; sh: 4,582; python: 3,206; makefile: 1,379; javascript: 470; perl: 34
file content (21 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<sales>

        <division id="North">
                <revenue>10</revenue>
                <growth>9</growth>
                <bonus>7</bonus>
        </division>

        <division id="South">
                <revenue>4</revenue>
                <growth>3</growth>
                <bonus>4</bonus>
        </division>

        <division id="West">
                <revenue>6</revenue>
                <growth>-1.5</growth>
                <bonus>2</bonus>
        </division>

</sales>