File: namespace1.xml

package info (click to toggle)
libxml-parser-ruby 0.6.8-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 932 kB
  • ctags: 1,525
  • sloc: ruby: 11,080; ansic: 1,958; xml: 467; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>

<test xmlns="http://www.yoshidam.net/ns/hoge/"
      xmlns:ns2="http://www.yoshidam.net/ns/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>