https://github.com/cran/XML
Raw File
Tip revision: 46b627fb67046f131f7955c8e9f543d5c02c5757 authored by Duncan Temple Lang on 03 August 2011, 00:00:00 UTC
version 3.4-2
Tip revision: 46b627f
DESCRIPTION
Package: XML
Version: 3.4-2
Date: 2011/08/03
Author: Duncan Temple Lang (duncan@wald.ucdavis.edu)
Maintainer: Duncan Temple Lang <duncan@wald.ucdavis.edu>
Title: Tools for parsing and generating XML within R and S-Plus.
Depends: R (>= 1.2.0), methods, utils
Suggests: bitops
SystemRequirements: libxml2 (>= 2.6.3)
LazyLoad: yes
Description: This package provides many approaches for both reading and
        creating XML (and HTML) documents (including DTDs), both local
        and accessible via HTTP or FTP.  It also offers access to an
        XPath "interpreter".
Note: The versions numbers 1.0 and 2.0 do not have any special
        significance, but are merely the result of incrementing the
        minor count by 1 for each release. Specifically, there is no
        change in the interface.
URL: http://www.omegahat.org/RSXML
License: BSD
Collate: AAA.R DTD.R DTDClasses.R DTDRef.R SAXMethods.S XMLClasses.R
        applyDOM.R assignChild.R catalog.R createNode.R dynSupports.R
        error.R flatTree.R htmlParse.R nodeAccessors.R parseDTD.R
        schema.S summary.R tangle.R toString.S tree.R version.R
        xmlErrorEnums.R xmlEventHandler.R xmlEventParse.R xmlHandler.R
        xmlInternalSource.R xmlOutputDOM.R xmlNodes.R xmlOutputBuffer.R
        xmlTree.R xmlTreeParse.R hashTree.R zzz.R supports.R parser.R
        libxmlFeatures.R xmlString.R saveXML.R namespaces.R
        readHTMLTable.R reflection.R xmlToDataFrame.R bitList.R
        compare.R encoding.R fixNS.R xmlRoot.R serialize.R
        xmlMemoryMgmt.R
Repository: CRAN
Date/Publication: 2011-08-04 12:22:06
back to top