Package: XiMpLe
Type: Package
Title: A simple XML tree parser and generator
Author: m.eik michalke <meik.michalke@hhu.de>
Maintainer: m.eik michalke <meik.michalke@hhu.de>
Depends:
    R (>= 2.9.0),methods
Enhances: rkward
Description: This package provides a simple XML tree
    parser/generator. It includes functions to read XML
    files into R objects, get information out of and into
    nodes, and write R objects back to XML code.  It's not
    as powerful as the XML package and doesn't aim to be,
    but for simple XML handling it could be useful. It was
    originally programmed for RKWard.
License: GPL (>= 3)
Encoding: UTF-8
LazyLoad: yes
URL: http://rkward.sourceforge.net
Authors@R: c(person(given="Meik", family="Michalke",
    email="meik.michalke@hhu.de", role=c("aut", "cre")))
Version: 0.03-6
Date: 2011-10-09
Collate:
    'XiMpLe.node-class.R'
    'XiMpLe.doc-class.R'
    'node.R'
    'parseXMLTree.R'
    'pasteXMLNode.R'
    'pasteXMLTag.R'
    'pasteXMLTree.R'
    'show.XiMpLe.doc.R'
    'show.XiMpLe.node.R'
    'XiMpLe-internal.R'
    'XiMpLe-internal.roxy.all.R'
    'XiMpLe-package.R'
Packaged: 2011-10-09 20:08:38 UTC; m
