Displaying 2 results from an estimated 2 matches for "rs_xml_parse".
2008 Oct 23
4
odfWeave error
...throwing up a cryptic error, after successfully processing a
file with a large number of figures (~30) and many \Sexpr{} calls. The
error is (at least to me) cryptic. I am not sure where to look to
correct this problem.
Here's the error:
Post-processing the contents
Error in .Call("RS_XML_Parse", file, handlers, endElementHandlers,
as.logical(addContext), :
attempt to apply non-function
Is there any way to figure out what this means, or where I might look
for the error in the source?
Here's a capture of the associated log. I am running R 2.8 under Ubuntu
8.04.
Thanks,...
2007 Dec 02
1
odfWeave error
hello all,
I trying to use the package 'odfWeave'
and I get the follow error:
### error message
#############################################################
...
Removing content.xml
Post-processing the contents
Error in .Call("RS_XML_Parse", file, handlers, as.logical(addContext), :
Error in the XML event driven parser for content_1.xml: error parsing
attribute name
The piece of the code is:
### code
############################################################
...
<<makeGraph, echo=T, results=xml>>=
fileplo...