File: rxinclude.xml

package info (click to toggle)
r-cran-xml 3.99-0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,688 kB
  • sloc: ansic: 6,659; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
<?xml version="1.0"?>
<r:data xmlns:r="http://www.r-project.org"
        xmlns:xi="http://www.w3.org/2001/XInclude">
<r:var name="x"><r:integer id="1" length="10">1 2 3 4 5 6 7 8 9 10</r:integer></r:var>
<r:var name="y"><xi:include xpointer="xmlns(r=http://www.r-project.org) xpointer(//r:var[@name='x']/r:integer)"/></r:var>
</r:data>