RE: return nodeset from action?

2002-07-18 Thread Per Kreipke
Peter, Are you using XSP? Or your own generator? If so, could you convert the NodeSet to SAX and insert it into the XML stream? Then from XSL, you can get it back as a NodeSet via a global . Per > >> Is it possible to return a parameter containing a NodeSet from a > >Cocoon > >> action? > > >

RE: return nodeset from action?

2002-07-18 Thread Hunsberger, Peter
>> >> Is it possible to return a parameter containing a NodeSet from a >Cocoon >> action? > > Not via sitemap. Request or session attributes will do. I was afraid of that. [snip] >> >> I suspect the problem is passing the parameter back via the sitemap. > >See http://nagoya.apache.org/bugz

RE: return nodeset from action?

2002-07-18 Thread Vadim Gritsenko
> From: Hunsberger, Peter [mailto:[EMAIL PROTECTED]] > > Is it possible to return a parameter containing a NodeSet from a Cocoon > action? Not via sitemap. Request or session attributes will do. > If I was running an Xalan based servlet I could call a transform > with a parameter that was in