Tobias Strasser wrote:

But if you could spare one minute and tell me how this would
translate into JCR path syntax.



hmmm, let me think of a difficult example... how about:

File file = new File("foobar.xml");
OutputStream out = new FileOutputStream(file);
session.exportDocView("/foobar", out, false, false); out.close();



that's not difficult enough ;-)

But let me have a look at Jukka's export class.

Thanks

Michi

cheers, tobi





--
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]



Reply via email to