I am getting the following error when using odfWeave Error in xmlEventParse(infile, handlers = handlers, trim = FALSE, state state) : File content_1.xml does not exist This appears to be the same issue detailed in http://markmail.org/message/qsrqdtozizlngbrt#query:+page:1+mid:qsrqdtozizlngbrt+state:results however the link to XML_1.93-2.3.zip appears to be dead. Is there either a better solution to this problem now or a different link to the windows version of the package? I'm using R version 2.11.0 with odfWeave_0.7.11 and XML_3.2-0.1 in Windows XP. Thanks, Dave -- View this message in context: http://r.789695.n4.nabble.com/odfWeave-XML-Windows-issue-tp3036376p3036376.html Sent from the R help mailing list archive at Nabble.com.
Dave_F <friedenbergd <at> battelle.org> writes:> > > I am getting the following error when using odfWeave > > Error in xmlEventParse(infile, handlers = handlers, trim = FALSE, state > state) : > File content_1.xml does not exist > > > Thanks, > DaveDear Dave! I was getting the same message while trying to weave my own files, while the files from example directory of the package worked. That led me to believe that the problem is at lest partly in my code. What I found out is that the problem was caused by me changing the working directory in the source odf file. Once I removed that, everything worked. It's still a minor annoyance, but not a major problem (at lest for me). Best regards, Ales