File: namespace1.xml

package info (click to toggle)
libxml-parser-ruby 0.6.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 676 kB
  • ctags: 800
  • sloc: ruby: 5,723; ansic: 1,734; xml: 574; makefile: 152
file content (10 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>

<test xmlns="http://tristan.inse.co.jp/hoge/"
      xmlns:ns2="http://tristan.inse.co.jp/hoge2/"
      attr="No default namespace"
      ns2:attr="ns2 namespace">
  <aa>Default name space</aa>
  <aa xmlns="">No deafult namespace</aa>
  <ns2:aa xmlns="">ns2 namespace</ns2:aa>
</test>