While XML is generated, I believe that it is processed in the pipeline as
SAX events, and not as an XML file. So all is in memory.

Look at the samples; I believe that there is a simple "Hello world" type
example there. While it may may a generator that reads from an XML file,
this isn't necessary; any generator can be used.


rob



On Thu, 24 Oct 2002 [EMAIL PROTECTED] wrote:

> Hi All !!!
>
> I have a java application and I would like to use the cocoon to turn data
> from my data base into report pdf.
> >From what I've studied about coccon, it needs a xml and a xsl:fo to turn
> it into pdf.
> Then, it means that, at each user's request, I have to access my data
> base,
> get the data, generate a xml and call the coccon.
> Could you imagine 20 users needing a request?
> Would I have to create 20 xml's in a hard disk?
> Is there any way for not create the xml in a hard disk?
>
> I'll be waiting for your answer.
> Thank you.
>
>
>  --
>  Robert Siqueira
>  Desenvolvimento WEB
>  Centro de Computação - CCUEC - UNICAMP
>  UIN 70479124
>
>
>
> ---------------------------------------------------------------------
> 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 PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
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 PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to