Displaying 5 results from an estimated 5 matches for "xmlstring".
2008 Jul 22
2
Decoding subscripts/superscripts from CSVs
Hi,
I have a CSV file with various biological reactions. Subscripts, superscripts,
and italics are encoded in carats, and I was wondering if R can actually
recognize those and print actual superscripts, etc. Here's an example:
<i>S</i>-adenosyl-L-methionine + rRNA = <i>S</i>-adenosyl-L-homocysteine +
rRNA containing
2006 Jun 09
4
View into a String?
I''ve got a nice XML view of my data that works just fine when I call it
from the browser. Now I''d like a different controller method to take
that XML and write it to the file system. Since the XML view lives in
an RXML file, is there a trick to telling the controller "Get your
output into a string" instead of writing it back to the browser? After
writing it out
2009 Feb 03
3
ROXML from_xml not returning an object instance...
Hello,
I have two ActiveRecord classes. One is Route the other is Waypoints.
I have constructed an XML representation so I can use AJAX to create a
Route with all waypoints in a single create call to RouteController.
When I call Route.from_xml(xmlString) it is not returning an object -
it''s leaving the object (@route) nil, but not erroring. Any ideas?
Here''s some code:
RoutesController:
def create
@route = nil;
if params[:requestXML]
# unserialise from XML using ROXML
@route = Route.from_xml(params[:requ...
2004 Mar 12
2
lotus notes 6 not working
...m
Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
nxmlpar.dll.??_7XmlBaseHandler@@6B@ imported from L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
nxmlpar.dll.??1XmlString@@QAE@XZ imported from L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
nxmlpar.dll.?getLMBCS@XmlString@@QBEKPADK@Z imported from L"C:\\Program
Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:...
2012 May 20
3
dot - comma problem
Dear all
I am trying to use the ODB package to connect to an libreoffice-odb database.
The libreoffice package is german, thus, decimal separator is a comma. However,
I can open the database and upload a it without error,
library(ODB)
db <- odb.open("Test.odb")
but a soon as the "odb.open" command is executed, the decimal separator in R
is changed to comma.
Before