[R] odfWeave Issue.

Axolotl9250 benjamin.ward at bathspa.org
Wed Aug 11 17:05:16 CEST 2010


Hi, I'm trying to put a document through odfWeave that has some R code for
coursework in it:

> library(odfWeave)
Loading required package: lattice
Loading required package: XML
> inFile = "~/Documents/Squirrel.odf"
> outFile = "~/Documents/ Squirrel Out.odt"
> inFile = "~/Documents/Squirrel.odt"
> odfWeave (inFile, outFile)

But when I do this I get these errors at the end and the output file does
not appear:


Post-processing the contents
StartTag: invalid element name
error parsing attribute name
attributes construct error
Couldn't find end of Start Tag echo line 137
Error: 1: StartTag: invalid element name
2: error parsing attribute name
3: attributes construct error
4: Couldn't find end of Start Tag echo line 137

What does this mean?

Thanks
-- 
View this message in context: http://r.789695.n4.nabble.com/odfWeave-Issue-tp2321369p2321369.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list