File: cleanNamespace.xml

package info (click to toggle)
r-cran-xml 3.99-0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,688 kB
  • sloc: ansic: 6,656; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<doc xmlns:r="http://www.r-project.org"  xmlns:omg="http://www.omegahat.net">
  <a xmlns:omg="http://www.omegahat.net">
    <b xmlns:r="http://www.r-project.org" xmlns:rh="http://www.r-project.org/help"/>
    <r:func>foo</r:func>
    <c xmlns:r="http://www.other.org" >
       <r:foo/>
    </c>
  </a>
</doc>