Displaying 1 result from an estimated 1 matches for "xmlindoc".
Did you mean:
xmldoc
2008 Jun 25
0
Memory allocation failed: Copying Node
...", 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 <- data.frame(
tra...