Hi Steve,

Have you tried:

<myXml>
        <data><@VAR request$myVar ENCODING=CDATA></data>
</myXml>

Or:

<myXml>
        <data><![CDATA[<@VAR request$myVar ENCODING=NONE>]]></data>
</myXml>

Or:

<@ASSIGN request$encodeResults VALUE="FALSE">
<myXml>
        <data><![CDATA[<@VAR request$myVar>]]></data>
</myXml>

Hope one, or all, of these help. Cheers....

Scott Cadillac,
403-254-5002 ~ [EMAIL PROTECTED]
------------
XML-Extranet ~ http://xmlx.ca ~ http://forums.xmlx.ca
Well-formed Programming in C# .NET, Witango, MSIE and XML
------------
IExtranet ~ http://iextranet.ca
Witango ~ http://witango.org
EasyXSLT ~ http://easyxslt.ca
IIS Watcher ~ http://iiswatcher.ca
------------
P.O. Box 69006
RPO Bridlewood SW
Calgary, Alberta
Canada T2Y 4T9
 

> -----Original Message-----
> From: Steve Kevill [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 25, 2004 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: Witango-Talk: Witango/XML and CDATA...
> 
> Hello,
> 
> I have a witango application that is outputting xml.  I'm 
> noticing that witango sees the CDATA sections and encodes the 
> output.  For this purpose, I don't want it to do that.  I 
> need witango to output the xml with the CDATA sections still there.
> 
> Any ideas?  Is there a config variable or something I can set?
> 
> Thanks,
> 
> Steve Kevill
> 
> ______________________________________________________________
> __________
> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
> 


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to