invalid xml error response displayed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vipin0309
Forum Newbie
Posts: 5
Joined: Sat Nov 15, 2008 7:42 am

invalid xml error response displayed

Post by vipin0309 »

can anybody tell why this error is coming.this error not coming every time.suddenly this error will displayed. i have implement xajax functionality and that data displayed on grid

Please help me
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: invalid xml error response displayed

Post by alex.barylski »

Can you elaborate a little? What error are you getting? Can you show some code "snippet" -- do not post more than 10 or 20 lines or I will charge you by the minute for solving your problems. :P

What XML object are you using? DomIT, SimpleXML or DomDocument?
vipin0309
Forum Newbie
Posts: 5
Joined: Sat Nov 15, 2008 7:42 am

Re: invalid xml error response displayed

Post by vipin0309 »

Thanks for responding

Error:The xml response that was the return from server is invalid .
this error is not coming each time.it is coming some time.but why it is coming i am unable to rectify.
the xml object is simpleXml
Post Reply