Re: pipeline to read an xml file from an xsp

2004-07-05 Thread Joerg Heinicke
On 05.07.2004 11:38, Matthieu Richard-Molard wrote: Hello! I tried this code snippet, but it just gave me the uri instead of the source cocoon:/view-source?filename=.xsp I think my pipeline is wrong: Missing: type="serverpages", otherwise you read the XSP just as XML. Joerg -

Re: pipeline to read an xml file from an xsp

2004-07-05 Thread Matthieu Richard-Molard
Hello! I tried this code snippet, but it just gave me the uri instead of the source cocoon:/view-source?filename=.xsp I think my pipeline is wrong: Could you give me a hint? Many thanks in advance. Matt Le 1 juil. 04, à 20:03, Joerg Heinicke a écrit : On 01.07.2004 15:47, Matthieu

Re: pipeline to read an xml file from an xsp

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheatin

Re: pipeline to read an xml file from an xsp

2004-07-01 Thread Matthieu Richard-Molard
Hello! Thanks for your answer. Le 1 juil. 04, à 00:20, Joerg Heinicke a écrit : On 30.06.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP p

Re: pipeline to read an xml file from an xsp

2004-06-30 Thread Joerg Heinicke
On 30.06.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheating

pipeline to read an xml file from an xsp

2004-06-30 Thread Matthieu Richard-Molard
Hi! I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheating ... There must be some other, pure Cocoon way to