Tuesday, June 14, 2011

Err : Child node has no properties while handling AJAX response XML

        This will occur only in Mozilla not in IE.

        The problem is occurred due to empty spaces trailed with response XML. This is because, most of us using '$doc->formatOutput = true' command in PHP to format the response XML. This will add some empty spaces at end of data.

        So remove or comment the line and check. This will work.


No comments:

Post a Comment