Hi Pascal,
i dont know about xquery but in Java you can do the following...
Context ctx = new Context(); try { new Open("Database").execute(ctx); System.out.println(Token.string(ctx.data.info(IndexType.PATH))); } catch(Exception e) { e.printStackTrace(); }
Kind regards, Andreas
Am 28.10.2010 19:38, schrieb Pascal Heus:
Hi: the BaseX UI provide a Path Summary tab in the database file properties from where I can export the underlying XML. Can this XML be retrieved directly in a xquery statement (I assume as a basex: function)? Otherwise from Java? thanks *P
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk