Displaying 1 result from an estimated 1 matches for "xmlmalformed2".
Did you mean:
xmlmalformed
2008 Jun 25
0
Memory allocation failed: Copying Node
...(filein)
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 <-...