Blame | Last modification | View Log | Download | RSS feed
<?xml version="1.0"?><article xmlns:r='http://www.r-project.org'>This is an example of code with references to other segmentsTop-level code<r:code>x = 1cat("top-level code node\n")<r:code ref="bob"/>print(x)</r:code><r:frag id="bob">cat("r:code node with id bob\n")x = 10</r:frag></article>