Re: XSP file as serializer

2004-07-06 Thread Derek Hohls
Remenber that XSP is a *generator* - you could use the XML files as a source of query spec.. and then generate the query usiung ESQL inside your XSP page -OR- You could switch to the preferred way of doing things which is to use JXTemplateGenerator, followed by an SQLTransformer. If your XML q

Re: XSP file as serializer

2004-07-06 Thread Antonio Gallardo
Matthieu Richard-Molard dijo: > Hi! > Thanks for your answer. > > I have information about sql requests stored in a XML file. > I'd like my XSP to read them and generate the requests > > Is it possible by using a XSP file as a serializer? XSP is a generator. It can be useful to read the stored d

Re: XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hi! Thanks for your answer. I have information about sql requests stored in a XML file. I'd like my XSP to read them and generate the requests Is it possible by using a XSP file as a serializer? Thank you. Le 6 juil. 04, à 10:44, Derek Hohls a écrit : Matt Maybe you could define what you mean by

Re: XSP file as serializer

2004-07-06 Thread Derek Hohls
Matt Maybe you could define what you mean by "manage data:; Cocoon is all about data management... but if you are more specific, the list can make better suggestions as to what methods you could use. >>> [EMAIL PROTECTED] 2004/07/06 10:34:42 AM >>> Hello! Is it possible to use a xsp file as a s

XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hello! Is it possible to use a xsp file as a serializer? The aim is to manage data from a xml file without resorting to the "util" logicsheet I tried to do it this way : but it gave no results. Any clue would be heartily welcome! Thanks Matt. -