File: index.html

package info (click to toggle)
r-cran-xml 3.99-0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,688 kB
  • sloc: ansic: 6,659; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (90 lines) | stat: -rw-r--r-- 2,388 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>XML Package for R and S-Plus</title>
</head>

<body>
<h1>An XML package for the S language</h1>
<p align=right>Source: <a href="XML_0.97-0.tar.gz">XML_0.97-0.tar.gz</a></font>
<p align=right>Windows binary: <a href="XML_0.97-0.zip">XML_0.97-0.zip</a></font>
<p align=right>Last Release: <font color="red">Thu Aug 12 07:56:21 PDT 2004</font>

<p>
This package provides facilities for the S language
to
<ul>
  <li> parse XML files, URLs and strings,
      using either the DOM (Document Object Model)/tree-based
      approach, or the event-driven SAX (Simple API for XML)
      mechanism;
  <li> generate XML content to buffers, files, URLs,
      and internal XML trees;
  <li> read DTDs as S objects.
</ul>
The package supports both R and S-Plus 5 and higher.


<h2><font color=red>NOTE</font></h2>
The most significant visible changes to the package include:
<ul>
  <li> uses libxml2, by default and only libxml(version 1) if libxml2
      is not present
  <li> uses a namespace for R.
</ul>

<h2>Download</h2>
The source for the S package can
be downloaded as <a href="XML_0.97-0.tar.gz">XML_0.97-0.tar.gz</a>.

<p>
Latest windows binary: <a href="XML_0.97-0.zip">XML_0.97-0.zip</a>
<p>

Note that this latest version has not been tested with S-Plus
Specifically, it should work as before, however the <code>state</code>
mechanism for the SAX parser may not.  This just requires testing.




<h2>Documentation</h2>

<dl>
  <dt>
  <li> A reasonably detailed <a href="Overview.html">overview</a>
      of the package and what we might use XML for.
  <dd> 

  <dt>
  <li> A <a href="manual.pdf">manual</a> in 
    and a  <a href="Tour.pdf">quick guide</a> to the package (PDF).
  <dd> 
b
  <dt>
  <li> A short <a href="description.pdf">overview</a>
      of the package.
  <dd>

  <dt>
  <li>Brief and incomplete Notes on <a href="WritingXML.html">generating XML</a>
      within S
  <dd>

  <dt>
  <li> <a href="FAQ.html">FAQ</a> for the package.
  <dd>
      
  <dt>
  <li> <a href="Changes">Changes</a> to the packages (by release).
  <dd>

</dl>


<hr>
<address><a href="http://cm.bell-labs.com/stat/duncan">Duncan Temple Lang</a>
<a href=mailto:duncan@wald.ucdavis.edu>&lt;duncan@wald.ucdavis.edu&gt;</a></address>
<!-- hhmts start -->
Last modified: Fri Apr  1 04:32:29 PST 2005
<!-- hhmts end -->
</body> </html>