Displaying 1 result from an estimated 1 matches for "xmlinternalnodelist".
2012 Apr 26
0
Modifying values into XML with R
...t"]][[2]][which.max(une.chanson == "Play Count") + :
# object of type 'externalptr' is not subsettable
racine[[1]][["dict"]][[2]][which.max(une.chanson =="Play Count")+1]
#$integer
#<integer>217</integer>
#attr(,"class")
#[1] "XMLInternalNodeList" "XMLNodeList"
### It created an error, but appended 17 to the 2 to create 217...
######
Anybody here have an idea how to just change values of my XML document? Also, the class of my playcount node is "XMLNodeList". What is a "XMLNodeList"? I can't find...