tests/unlist.R

# This illustrates
library(Sxslt); library(XML)
foo = 
function(x)
{
  a = x[]
  b = unlist(x)
browser()
  identical(a, b)
  TRUE
}

doc = xsltApplyStyleSheet("unlist.xml", "unlist.xsl")
omegahat/Sxslt documentation built on Jan. 17, 2024, 6:44 p.m.