Re: XML->XSP->XML->HTML

2001-06-26 Thread giacomo
On Tue, 26 Jun 2001, franck delarue wrote: > hi, > I want to produce a XSP file with a XML and a XSL > file, and that the XSP file generates an other xml > file. But I don't know how to configure the file > sitemap.xmap. > This is what I have done to configure the sitemap but > it doesn't work :

Re: XML->XSP->XML->HTML

2001-06-26 Thread giacomo
On Tue, 26 Jun 2001, Don Wellington wrote: > My question is why? > > Is there some reason an XSP transformer cannot be > written? > > If not, I might take the time to write one. Would be cool, but also kinda tricky ;) Giacomo > > Don > > --- Peter Nuetzel - inglobo <[EMAIL PROTECTED]> > wrote:

Re: XML->XSP->XML->HTML

2001-06-26 Thread Don Wellington
My question is why? Is there some reason an XSP transformer cannot be written? If not, I might take the time to write one. Don --- Peter Nuetzel - inglobo <[EMAIL PROTECTED]> wrote: > AFAIK this is not possible with Cocoon2. Currently > XSP can only be used as > Generator. > > - peter > >

RE: XML->XSP->XML->HTML

2001-06-26 Thread Luca Morandini
Franck, if I got it right, you have a doc.xml file with some tags (referring to the doc.xsl logicsheet) and want to produce an HTML file... is that so ? Well, if so, you have to declare the logicsheet namespace in the doc.xml and change your sitemap to resemble this:

Re: XML->XSP->XML->HTML

2001-06-26 Thread Peter Nuetzel - inglobo
AFAIK this is not possible with Cocoon2. Currently XSP can only be used as Generator. - peter -Ursprüngliche Nachricht- Von: franck delarue <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Dienstag, 26. Juni 2001 19:40 Betreff: XML->XSP->XML->HTML >hi, >I want to p