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. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.