> 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();

cheers, tobi

-- 
------------------------------------------< [EMAIL PROTECTED] >---
Tobias Strasser, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel
T +41 61 226 98 98, F +41 61 226 98 97 
-----------------------------------------------< http://www.day.com >---

Reply via email to