For example if I do this:
<xsp:content> <xsp:expr>$results</xsp:expr> </xsp:content>
I get this:
<?xml version="1.0" encoding="UTF-8"?>
<tabletool table="http://gcx.ccci.org/NS/taglibs/TableTaglib/v1"
xsp="http://apache.org/xsp/core/v1"
param="http://axkit.org/NS/xsp/param/v1"
util="http://apache.org/xsp/util/ v1"><definition><gcxtable>&
lt;community>matsmarauders</ community><tablename>tblMatsS
urvey22</tablename><status></ status><name>mynews
urvey22</name><id>83</ id><description>mynewsurve
y7</description><parentid>0</parentid></ gcxtable>
;
</definition></tabletool>
how can I get it to not think its cdata?
You need the Util taglib's util:include-expr tag:
http://search.cpan.org/author/MSERGEANT/AxKit-XSP-Util-1.6/ Util.pm#_util_include_expr_
(or http://xrl.us/jr6 )
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
