FastXML - Simple but fast XML parser
RForge.net

FastXML

About FastXML
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/FastXML/trunk FastXML

To install the latest development snapshot of this package, use

install.packages("FastXML",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/FastXML/branches
and for tags use
svn ls svn://svn.rforge.net/FastXML/tags

Most recent SVN commits


r5 | urbanek | 2009-12-15 22:25:28 +0000 (Tue, 15 Dec 2009) | 1 line
   M trunk/NAMESPACE
   A trunk/R/rs.R
   A trunk/man/rs.Rd
   M trunk/src/xml.c
add RSO support

r4 | urbanek | 2009-12-15 21:28:56 +0000 (Tue, 15 Dec 2009) | 1 line
   M trunk/R/xml.R
add names() support

r3 | urbanek | 2009-12-15 20:04:42 +0000 (Tue, 15 Dec 2009) | 1 line
   M trunk/DESCRIPTION
   A trunk/NAMESPACE
   A trunk/R/xml.R
   A trunk/inst
   A trunk/inst/xml
   A trunk/inst/xml/test.xml
   A trunk/man
   A trunk/man/xmlTreeParse.Rd
   M trunk/src/xml.c
more complete

r2 | urbanek | 2009-12-15 15:26:11 +0000 (Tue, 15 Dec 2009) | 1 line
   A trunk/DESCRIPTION
   A trunk/R
   A trunk/src
   A trunk/src/Makevars
   A trunk/src/xml.c
first, basic part

r1 | rforge | 2009-12-15 15:21:24 +0000 (Tue, 15 Dec 2009) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure