I looked over most of the examples, including this one,
before posting.  It's not really what I want to do,  that
just seems to be using another pipline as an imput source,
effectively establishing alias URI's.

I was hoping to use embedded java to perform what would
otherwise be done with XSLT.

I will look into "xinclude" it it will work for
a dynamic datasource.

Thanks,

        -Chris


Vadim Gritsenko wrote:
> 
> One line for you:
> 
> http://localhost:8080/cocoon/sub/xsp-cocoon
> 
> Other samples might be useful too.
> 
> PS Why not use xsp, then xinclude your xml and xslt as necessary?
> 
> Vadim
> 
> --
> Resistance is futile.
> 
> > From: Chris Wolf [mailto:[EMAIL PROTECTED]]
> >
> >
> > I am working on a project where we have a datasource
> > which produces XML based on certain parameters.  I would
> > like to use this as input to an XSP page which defines
> > overall content structure (semantics) then, finally,
> > apply a stylsheet appropriate for the invoking client.
> >
> >
> > Problem:  It seems that a pipeline must start
> > with one, and only one Generator.  The problem is
> > that if I create an implementation of Generator
> > which produces the XML, then I cannot use XSP
> > (since the XSP code handler is itself a Generator).
> >
> > I then tried to implement the XML generator from an
> > XSP page by invoking a method using xsp:expr, but then
> > the whole document is treated as a single string.
> >
> > What I would like to do is some thig like:
> >
> > Ideas anyone?
> >
> > +---------------+
> > | XML Generator |
> > +------+--------+
> >        |
> >        v
> > +---------------+
> > | XSP structure |
> > +------+--------+
> >        |
> > +------v-----------+
> > | XSL presentation |
> > +------+-----------+
> >        |
> > +------v--------+
> > | Serializer    |
> > +---------------+
> 
> ---------------------------------------------------------------------
> 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]>

---------------------------------------------------------------------
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]>

Reply via email to