JDOM

2002-12-03 Thread Sylvain.Thevoz
Hello, Does Cocoon use JDOM? Tank you Sylvain - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL

RE: JDOM

2002-12-03 Thread Reinhard Poetz
Sylvain, According to the lib/core and lib/optional directories JDOM is currently not used. But if you need it (e.g. in a custom transformer) it's very easy to use it. Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03

RE: JDOM

2002-12-03 Thread Sylvain.Thevoz
OK, thank you Reinhard. I don't plan to use JDOM in a custom transformer but your remark is very interesting. What do you think about? Have you an example of use? Regards Sylvain -Message d'origine- De: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Date: mardi, 3. décembre 2002 15:38 À

RE: JDOM

2002-12-03 Thread Reinhard Poetz
No, it was only a thought. Regards, Reinhard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 4:07 PM To: [EMAIL PROTECTED] Subject: RE: JDOM OK, thank you Reinhard. I don't plan to use JDOM in a custom transformer but your

RE: JDOM

2002-12-03 Thread Reinhard Poetz
-Original Message- From: Reinhard Poetz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: RE: JDOM No, it was only a thought. I meant you can collect the incoming data and store it in a JDom. Regards, Reinhard

Outputing a JDOM document in an XSP page

2002-02-12 Thread Durrant, Peter
Hi I have a JDOM document that I want to include in the output of an XSP page. Is this possible? The following code is used to create the JDOM document: xsp:logic .. org.jdom.input.SAXBuilder builder = new org.jdom.input.SAXBuilder

RE: Outputing a JDOM document in an XSP page

2002-02-12 Thread Vadim Gritsenko
From: Durrant, Peter [mailto:[EMAIL PROTECTED]] Hi I have a JDOM document that I want to include in the output of an XSP page. Is this possible? The following code is used to create the JDOM document: xsp:logic .. org.jdom.input.SAXBuilder builder