Displaying 1 result from an estimated 1 matches for "unprocessedfiles".
2008 Jun 25
0
Memory allocation failed: Copying Node
...if(length(txt) == 0){
                next
            }
           xmlInside <- grep("</*XML", txt)                          
           xmlTxt <- txt[seq(xmlInside[1]+1, xmlInside[2]-1)]              
           xml <- tryCatch(xmlMalformed2(filein), error = function(err)
unProcessedFiles(filein) )
           if(is.null(xml)) next
                        
            if(is.null(xml)) {
              stop("File not processed: " %+% file)
            }
             
            processed=FALSE           
            owner <- tryCatch(
data.frame(datadate=xValHelper("...