Displaying 1 result from an estimated 1 matches for "xmlvec".
Did you mean:
xmlrpc
2008 Jun 25
0
Memory allocation failed: Copying Node
...) > 0) {
charStreamNew <- sub(v, "&", charStreamNew)
}
}
charStreamNew <- gsub(""", "\"", charStreamNew)
charStreamNew <- gsub("&", "and", charStreamNew)
xmlVec<-readLines(textConnection(charStreamNew))
xmlInDoc <- grep("</*XML", xmlVec)
xmlDoc <- xmlTreeParse(xmlVec[seq(xmlInDoc[1]+1, xmlInDoc[2]-1)],
useInternal=TRUE)
}
processTransaction <- function(rptOwner, nodes, outFile) {
transaction <- dat...