Displaying 1 result from an estimated 1 matches for "processtransact".
2008 Jun 25
0
Memory allocation failed: Copying Node
...error = function(err) unProcessedFiles(filein)
)
if(is.null(owner)) next
nodes <- getNodeSet(xml, "//nonDerivativeTransaction")
if(xmlSize(nodes) > 0){
processed <- tryCatch( processTransaction(owner, nodes,
outputFile),
error = function(err)
unProcessedFiles(filein) )
if(is.null(processed)) next
}
}
#End of Code
#List of Functions
xmlMalformed2 <- function(filenam...