Re: Authentication alternatives

2005-05-01 Thread Sebastien Arbogast
> If you want to use the session framework, it's much more complicated.. > Here's an example on two wrappper functions to get and set a string in > a path inside the session framework. Pay attention on two things: a > session can have many diferent contexts (for different kind of data, > etc.), and

Re: parsing xml in flowscript.

2005-05-01 Thread Ugo Cei
Il giorno 01/mag/05, alle 23:06, Aurélien DEHAY ha scritto: I'm trying to parse an xml stream from a pipeline result in flowscript. I've got the following code: var stream = new java.io.ByteArrayOutputStream; cocoon.processPipelineTo("etape2", {"url": url}, stream ); var document = DocumentBuilde

parsing xml in flowscript.

2005-05-01 Thread Aurélien DEHAY
Hi list. I'm trying to parse an xml stream from a pipeline result in flowscript. I've got the following code: var stream = new java.io.ByteArrayOutputStream; cocoon.processPipelineTo("etape2", {"url": url}, stream ); var document = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(