search for: larsenmtl

Displaying 3 results from an estimated 3 matches for "larsenmtl".

2004 Sep 29
2
RSXML - Parsing XML Documents on Internet
R Users - I asked about this a few months ago and never did quite figure it out, so with more information, allow me to try again. If I use the following code: library(xml) xmlTreeParse("http://home.comcast.net/~larsenmtl/xmlTestDoc.xml", isURL = TRUE) I receive this error: Error in xmlTreeParse("http://home.comcast.net/~larsenmtl/xmlTestDoc.xml"", : error in creating parser for http://home.comcast.net/~larsenmtl/xmlTestDoc.xml" Now I know that xmlTreeParse uses the libxml facil...
2006 Apr 05
2
Return Rendering Controller In View
...ntrollers. Is there an easy way in the view to return which controller rendered the partial? I''ve tried using: <%debug(params[''controller''])%> While that does return what I need it seems like a kludgy fit since debug is not meant to be used for that. Thanks, LarsenMTL -- Posted via http://www.ruby-forum.com/.
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 with xmlTreeParse and applying xmlRoot returns no