southbeach
Programmer
I use PHP and XAJAX - Trying to do something I've done countless times, I have ran into a wall I cannot get passed.
Here is the XML error I am getting:
I do not know much about XML but w/ whatever little I know, I cannot find a problem with my string.
Thank you all in advance for your time and assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Here is the XML error I am getting:
Code:
xajax debug output
Thu Oct 02 2008 08:12:04 GMT-0400 (Eastern Daylight Time)
ERROR: ResponseReceived: Invalid response XML: The response contains an unexpected tag or text: {data}.
Thu Oct 02 2008 08:12:04 GMT-0400 (Eastern Daylight Time)
RECEIVED [status: 200, size: 639 bytes, time: 193ms]:
<?xml version="1.0" encoding="utf-8" ?>
<xjx>
<cmd n="as" t="showArticleComments" p="innerHTML"><![CDATA[<table class="smartTable" width="100%" border="0" cellpadding="0" cellspacing="0"><tr class="commenthdr"><td>COMMENTS.-</td><td> </td><td align="right"> </td></tr><tr><th width="10%">Posted On</th><th width="20%">Posted By</th><th width="55%">Comments</th></tr><tr><td valign="top">2008-10-02 08:12:04</td><td valign="top">GUEST</td><td valign="top">comment 1</td></tr></table>]]></cmd>
<cmd n="as" t="gotChaStringID" p="value"><![CDATA[ ]]></cmd>
<cmd n="as" t="aTextAreaID" p="value"><![CDATA[ ]]></cmd>
</xjx>
I do not know much about XML but w/ whatever little I know, I cannot find a problem with my string.
Thank you all in advance for your time and assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.