Re: How to serialize a XML file to disk?

2003-03-25 Thread joaocesar
thanks :) I'm trying to use sourcewrite with XSP here is the source: ( i'm getting to variable termo the query parameter from form, then I'll merge the term with a search URL, fetch the XML data and put it into the source:fragment down there) http://apache.org/xsp";> String termo = request.g

Re: RE : How to serialize a XML file to disk?

2003-03-24 Thread Joerg Heinicke
003 19:15 À : [EMAIL PROTECTED] Objet : How to serialize a XML file to disk? Hi all :) We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we can grab a given XML file (on the web) to a location on harddisk for a repository then work with it.. TIA --

RE : How to serialize a XML file to disk?

2003-03-24 Thread Laurent Trillaud
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : samedi 22 mars 2003 19:15 À : [EMAIL PROTECTED] Objet : How to serialize a XML file to disk? Hi all :)   We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we

Re: How to serialize a XML file to disk?

2003-03-23 Thread Guido Casper
If you are using 2.1 CVS, have a look at the SourceWritingTransformer. http://localhost:/api/java/index.html It does what you ask for IIUC. HTH Guido -- Open Source Group == Guido Casper, S&N AG, Klingenderstrasse 5, D-33100 Paderborn Tel:+49-52

Re: How to serialize a XML file to disk?

2003-03-22 Thread Ryan Hoegg
the new id grabbed ( that corresponds to the new XML created). TIA - Original Message - From: "Charles Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server appl

Re: How to serialize a XML file to disk?

2003-03-22 Thread Charles Yates
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server application, what you have described is a http client application. Cocoon does have http client functionality and you can customize i

Re: How to serialize a XML file to disk?

2003-03-22 Thread Scherler
day, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server application, what you have described is a http client application. Cocoon does have http client functionality and you can customize it all you like, so the answer to your question is yes, but from

Re: How to serialize a XML file to disk?

2003-03-22 Thread joaocesar
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? > Cocoon is a server application, what you have described is a http > client application. Cocoon does have http client functionality and you &g

Re: How to serialize a XML file to disk?

2003-03-22 Thread Charles Yates
Cocoon is a server application, what you have described is a http client application. Cocoon does have http client functionality and you can customize it all you like, so the answer to your question is yes, but from what you have described it does not sound like the best tool for the job.

How to serialize a XML file to disk?

2003-03-22 Thread joaocesar
Hi all :)   We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we can grab a given XML file (on the web) to a location on harddisk for a repository then work with it..   TIA