File: namespace1.xml

package info (click to toggle)
libxml-parser-ruby 0.5.16-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 596 kB
  • ctags: 702
  • sloc: ruby: 4,474; ansic: 1,254; xml: 542; makefile: 53
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>