Thanks, I will try that and let you know how it goes. 

Larry

>>> [EMAIL PROTECTED] 03/29/02 17:08 PM >>>
 
If u use just xsp:expr, it will treat the o/p as parsed  string , if you
require the contents to be treated as a XML fragment, you need to do as
listed below Include util logic sheet and use the <util:*> tags 
===
<?xml version="1.0"?>
<xsp:page xmlns:xsp="http://apache.org/xsp";
xmlns:util="http://apache.org/xsp/util/2.0";><page>
<util:include-expr><util:expr><xsp:expr>
com.plumcreek.junk.XSPTest.testMethod()</xsp:expr></util:expr></util:inc
lude-expr>  
</page></xsp:page>


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