you want to pick up an xml an put it into the pipeline, transform it and use the result (ing tree?) as an entry point for an xsp generator?
von Schwerdtner, Thomas (GXS, FPI) wrote: > Heya, > > I'm trying to do something like this (in sketchy psudocode): > > <map match="foo-generate-bar-*"> > ..generate a xsp file... > </map> > > <map match="foo-view-*"> > ..use "foo-generate-bar-{1}" as the src and generate html from the > generated xsp.. > </map> > > > And I'm getting the error in the subject line. > > So, quick question: before I go and start debugging, can I have that setup? > > Basically: > > file.xml + file.xsl = file.xsp > > file.xsp + file2.xsl = file.html > > - or - > > (file.xml + file.xsl) + file2.xsl = file.html this is the same plus one transformation > > > Am I making any sense? Is this possible the way I'm trying to do it or > is there another method? > > -Tom > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>