File: namespaces.xml

package info (click to toggle)
libjaxen-java 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,768 kB
  • ctags: 3,085
  • sloc: java: 20,997; xml: 7,361; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<foo:a xmlns:foo="http://fooNamespace/">
  <b>
    <c>Hello</c>
  </b>

  <foo:d>
    <foo:e>Hey</foo:e>
  </foo:d>

  <bar:f xmlns:bar="http://barNamespace/">
    <bar:g>Hey2</bar:g>
  </bar:f>

  <alias:x xmlns:alias="http://fooNamespace/">
    <alias:y>Hey3</alias:y>
  </alias:x>
</foo:a>