File: namespaceinner.xml

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
<inner>
  <test2 xmlns:svg="http://www.w3.org/2000/svg">
    <svg:svg>
      The above tag should have a mapped prefix
    </svg:svg>
  </test2>
  <test3 xmlns:xlink="http://www.w3.org/2000/xlink" xlink:type="simple">
     Make sure the XLinks come across
  </test3>
</inner>