using XML String in XSP

2003-05-27 Thread Gould, Troy (ELS)
I'm using cocoon 2.0.4 and having difficulties with the xsp-util:include-expr and xsp:expr tags. I have a method in a class that returns a XML Document as a String which I want to utilize within an xsp page. However, I don't want the string to come back as text because the '' tag (and others)

RE: using XML String in XSP

2003-05-29 Thread Gould, Troy (ELS)
, 2003 3:23 AM To: [EMAIL PROTECTED] Subject: Re: using XML String in XSP On 27.May.2003 -- 04:47 PM, Gould, Troy (ELS) wrote: I'm using cocoon 2.0.4 and having difficulties with the xsp-util:include-expr and xsp:expr tags. I have a method in a class that returns a XML Document as a String

AbstractGenerator and Poolable

2003-06-26 Thread Gould, Troy (ELS)
I see that the AbstractGenerator implements Poolable. I was wondering what object in the Cocoon framework is responsible for using Excalibur's Pool implementation or another implementation based on the AbstractPool. Does anyone know what object is requesting a Generator from some Pool