search for: rsxml

Displaying 20 results from an estimated 26 matches for "rsxml".

Did you mean: msxml
2003 Jul 28
3
http://www.omegahat.org/RSXML
Hi, As the server www.omegahat.org seems to be down since quite a while, could someone send me the RSXML library for Windows2000 ? Many thanks, Marc Mamin
2003 Jun 09
2
XML package for R
Hi, Does anyone have a binary of XML package for 1.7.0 on Windows? I have searched it at the RSXML pages (http://www.omegahat.org/RSXML/ ) but it seems it is no longer support. Any pointers for the compiled version will be appreciated. Regards, mushtaq [[alternate HTML version deleted]]
2004 Sep 29
2
RSXML - Parsing XML Documents on Internet
...missing some setting or option? If I download the xml file and parse it locally it works without error. Please Note that the URL is valid and I can open it in my browser. Also note that I must start R with the --internet2 option so it'll use our proxy server. Details: Windows 2000 R1.9.1 RSXML 0.97-0 libxml2-2.4.13 distribution for Windows I also tried this on a Mandrake 9.2 box with R1.9.1, XML0.95-6, and libxml2 2.6.13. Results were the same but with the additional error message: I/O warning: falied to load external entity "http://...." Thanks, Mark Larsen
2004 Aug 12
1
Error Using pm.getabst()
R Users: After installing Bioconductor, RSXML and all the relevant Win32 DLLs (libxml2, zlib, iconv), I receive the following error message when using pm.getabst() Error in xmlRoot(absts) : no applicable method for "xmlRoot" I receive this when using the example from help(pm.getabst). Downloading the target XML file, parsing it...
2005 Jan 10
3
Installation of XML library can't find libxml2.dll
...now)) : unable to load shared library "C:/PROGRA~1/R/rw2001/library/XML/libs/XML.dll": LoadLibrary failure: The specified module could not be found. Error in library(XML) : package/namespace load failed for 'XML' Now, having read the website at http://www.omegahat.org/RSXML/, I find that the package: "uses libxml2, by default and only libxml(version 1) if libxml2 is not present " And here's my dumb question - what is libxml2 in a windows context and where do I get it from? Thanks Mick
2009 Mar 02
2
Need help extracting info from XML file using XML package
...d way to use functions from the XML package to recursively descend the structure and return the text strings representing the polygons into, say, a list with as many elements as there are polygons. I've been looking at several XML documentation files downloaded from http://www.omegahat.org/RSXML/ , but since my understanding of XML is weak at best, I'm having trouble. I can deal with converting the text strings to an R object suitable for plotting etc. Here's a look at the structure of this file graphics[5]% grep Polygon doc.kml <Polygon id="15342">...
2011 Dec 23
2
Custom XML Readers
I need to construct a custom XML reader, the files I'm working with are in funky XML format: <str name="author">Paul H</str> <str name="country">USA</str> <date name="created_date">2010-02-16</date> I want to read the file so it looks like: author = Paul H country = USA created_date=2010-02-16 Does any one know how to
2011 Jun 29
2
parse XML file
Hi all, this is my first post in this mailing group. I hope that anyboby could help me parsing a xml file. I found this website http://www.omegahat.org/RSXML/gettingStarted.html but unfortunately my XML file is not as easy as the one in the example. Example: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="http://werdis.dwd.de/css/UNIDART/climateTimeseriesOrderByStation.xsl " type="text/xsl&q...
2004 Jun 23
0
Problem with XML package compilation on AIX
...SH_SCANNER_RETURN=1 Link flags: -L/opt/freeware/lib -lxml2 -lz -lpthread -liconv -lm -lz -lxml2 **************************************** configure: creating ./config.status config.status: creating src/Makevars config.status: creating R/supports.R config.status: creating inst/scripts/RSXML.csh config.status: creating inst/scripts/RSXML.bsh ** libs /usr/vac/bin/xlc_r -I/usr/local/lib/R/include -DLIBXML -I/opt/freeware/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML...
2012 Jan 13
3
tm package, custom reader
I need help with creating custom xml reader for use with the tm package. The objective is to crate a corpus for analysis. Files that I'm working with come from solr and are in a funky XML format never the less I'm able to parse the XML files using solrDocs.R function provided by Duncan Temple Lang. The problem I'm having that once I parse the document I need to create a custom
2012 Mar 21
1
Trouble installing the XML package
...URE=1 -DUSE_R=1 -D_R_=1 -DHAVE_VALIDITY=1 -DXML_REF_COUNT_NODES=1 Link flags: -lxml2 -lz -lxml2 **************************************** configure: creating ./config.status config.status: creating src/Makevars config.status: creating R/supports.R config.status: creating inst/scripts/RSXML.csh config.status: creating inst/scripts/RSXML.bsh ** libs gcc -std=gnu99 -I/usr/share/R/include -DLIBXML -I/usr/include/libxml2 -DUSE_EXTERNAL_SUBSET=1 -DROOT_HAS_DTD_NODE=1 -DDUMP_WITH_ENCODING=1 -DUSE_XML_VERSION_H=1 -DXML_ELEMENT_ETYPE=1 -DXML_ATTRIBUTE_ATYPE=1 -DNO_XML_HASH_SCANNER_RETURN=1 -D...
2012 Jul 21
5
package XML does not load in R 2.15.1
I am getting what appears to be an Unbuntu level error in trying to install the XML package. Both commands: install.packages("XML:) install.packages("XML", dependencies = TRUE) give an error . The full installation script is below but the problem to my very inexperenced eye seems to be here: checking for pkg-config... /usr/bin/pkg-config checking for xml2-config... no Cannot
2009 Nov 25
2
XML package example code?
I'm interested in parsing an html page. I should use XML, right? Could you somebody show me some example code? Is there a tutorial for this package?
2007 Sep 30
1
Ryacas check
When I do Rcmd check Ryacas on my Windows Vista system under R version 2.6.0 beta (2007-09-23 r42958) it checks out fine but here: http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html http://cran.r-project.org/bin/windows/contrib/2.5/check/Ryacas-check.log it complains about the XML package even though the XML package *is* declared in the DESCRIPTION file. What is
2012 Nov 01
1
How to parse xml with same key name ?
HI, I need to parse an xml where key name are same but values are different. <root> <test> Some dummy text </test> <node id="1">one</node> <node id="2">two</node> <node id="3">three</node> </root> When i use xmlGetAttr() function i always get one as value. How
2010 Apr 16
0
read xml
Hi I am trying to read selected fields from a xml file with R using xml package. So far I have learned the basics of this package by going through the manual, examples, tutorial, and so on (www.omegahat.org/RSXML) . The problem is that I am getting stuck when it comes down to more complex xml files. I am a novice in R and xml, and was wondering if someone could help me out with here. Here is my xml file. I am only interested in the <protein_group node. Therefore, I have omitted most of the inform...
2004 Aug 24
2
how to in XML on windows XP for R 1.9.1
...KAGES' Content type `text/plain; charset=iso-8859-1' length 20065 bytes opened URL downloaded 19Kb Warning message: No package "XML" on CRAN. in: download.packages(pkgs, destdir = tmpd, available = available, 2> Download binary code XML_0.97.0.zip from http://www.omegahat.org/RSXML/ unzipt to goXML directory: > install.packages("C:/goXML/XML") trying URL `http://cran.r-project.org/bin/windows/contrib/1.9/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 20065 bytes opened URL downloaded 19Kb Warning message: No package "C:/goXML/XML&quo...
2003 Jul 30
1
Write XML according to ggobi DTD
Hi, Has anyone out there written a function to take a data.frame as input and generate XML that conforms to the DTD for ggobi ("ggobi.dtd")? In other words, like a simple version of the writeSDML function in the StatDataML package, but using ggobi.dtd instead of StatDataML.dtd. It looks easy to write such a function to handle data.frames with only numeric data, but a bit of work with
2009 Jul 14
1
(simple) xml into data.frame and reverse
Hello, I am trying to convert a simple data.frame (it will always be a few equally long variables) into the XML format (which I don't understand too well but need as input for another program) and reverse the operation (from XML back into data.frame). I found some code which does the first and it works good enough for me (see below). Is there an easy way to reverse the operation? My XML files
2001 Oct 23
2
Parsing of HTML files in R
Is there any package similar to the XML package that is able to "extract" relevant information from HTML files. Namely, I'm interested in obtained data that is represented as a HTML table, into some R-type structure. Thank you. -- Luis Torgo FEP/LIACC, University of Porto Phone : (+351) 22 607 88 30 Machine Learning Group Fax : (+351) 22 600 36 54 R. Campo