I'm trying to figure out what I'm doing wrong with a WDDX packet to result
in this error message:

The member "MEAT" in dimension 1 of object "PostedRequest" cannot be found.
Please, modify the member name.

My WDDX packet is below. My challenge is with the CDATA element. I can pass
<string> elements without any errors, but can't get the CDATA to work
properly. I need to format the wddx so that content objects with some HTML
formatting can be transmitted by WDDX. Any comments on what I have here or
alternate strategies would be appreciated.

Thank you.

Jeff Haas
[EMAIL PROTECTED]


<?xml version='1.0'?>
<!DOCTYPE wddxPacket SYSTEM 'wddx_0090.dtd'>
<wddxPacket version='0.9'>
        <header>This is my header</header>
        <data>
                <struct>
                        <var name='CHEESE'>
                                <string>i like cheese</string>
                        </var>
                        <var name='PUBDATE'>
                                <dateTime>1998-06-12T04:32:12</dateTime>
                        </var>
                        <var name='MEAT'>
                                <![CDATA[

                                <p>This is my content.</p>
                                <p>There will be lots of text and some HTML formatting 
here.</p>

                                 ]]>
                        </var>
                </struct>
        </data>
</wddxPacket>







___________________________
True North, Strong & Loud!
http://www.KickInTheHead.com

-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Jeffrey Haas" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to