File: test.xml

package info (click to toggle)
libxml-xpath-perl 1.40-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 584 kB
  • ctags: 451
  • sloc: perl: 4,368; xml: 34; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<timesheet xmlns:a="www" xmlns:b="xxx" xmlns="fred">
        <employee>
                <name>
                        <forename>Matt</forename>
                        <surname>Sergeant</surname>
                </name>
                <department>Development IT</department>
        </employee>
        <rules>
                <rule>NextRule1</rule>
                <rule>NextRule2</rule>
        </rules>
        <projects>
                <project a:Name="Consultancy > fred" b:Name="Fred">
                        <sunday>0.00</sunday>
                        <monday>0.00</monday>
                        <tuesday>7.75</tuesday>
                        <wednesday>8.75</wednesday>
                        <thursday>7.75</thursday>
                        <friday>6.5</friday>
                        <saturday>0.00</saturday>
                </project>
                <project Name="Holiday">
                        <sunday>0.00</sunday>
                        <monday>7.75</monday>
                        <tuesday>0.00</tuesday>
                        <wednesday>0.00</wednesday>
                        <thursday>0.00</thursday>
                        <friday>0.00</friday>
                        <saturday>0.00</saturday>
                </project>
        </projects>
</timesheet>