public DocumentTableTest() throws DbException {
super(DocumentTableTest.class.getName());
DbCollection rootCol = DbCollection.getRootCollection();
rootCol.removeCollection("/test");
DbCollection testCol = rootCol.createCollection("test");
testCol.createCollection("xmark");
}
public void xtestPutDocument() throws XQueryException, DbException, FileNotFoundException {
DbCollection xmarkCol = DbCollection.getCollection("/test/xmark");
DbCollection xmark = xmarkCol.createCollection("dtm");