I have a named character vector returned from xmlAttrs like this:
testVect <- structure(c(\"11.2.0.3.0\", \"12.89\", \"12.71\"), .Names = c(\"db_version\"
I'm going to take a stab at this:
test.vector <- as.data.frame(t(testVect)) class(test.vector)