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

Re: using XML String in XSP

2003-05-29 Thread Christian Haul
Gould, Troy (ELS) wrote: I've tried your suggestions for whitespace and alternative xml tags (and attributes) and it still craps out. The example from Cocoon Developers book (shown below) doesn't even work xsp:logic String xmlString = testA test value/test;

Re: using XML String in XSP

2003-05-28 Thread Christian Haul
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 which I want to utilize within an xsp page. However, I don't want the