# NOT RUN {
query_txt <- "collection('/TestDB/Test.xml')"
query_obj <- Query(Session, query_txt)
print(Full(query_obj))
## Return
[[1]]
[1] "2f" "/TestDB/Test.xml"
[[2]]
[1] "3c" "Line_1 line=\"1\">Content 1</Line_1"
[[3]]
[1] "2f" "/TestDB/Test.xml"
[[4]]
[1] "3c" "Line_2 line=\"2\">Content 2</Line_2"
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab