Re: Why Expat does not parse the whole XML string?
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <001701c432ef$8cd21fd0$0200a8c0@karlglen188> |
What is your code? What is the return value from XML_Parse()? Expat is a well-proven parser - the error is likely in your code or in the WinCE build of Expat. Karl ----- Original Message ----- From: "Vo, Thuy-Ngan" <[email protected]> To: <[email protected]> Sent: Wednesday, May 05, 2004 6:00 PM Subject: [Expat-bugs] Why Expat does not parse the whole XML string? Hi all, I am using the Expat lib WinCE version. I pass to the parser an BTXML string (no carriage return, only one complete string). In the log, I see that the parser only parses the first two items. My application seems to hang or crash since the GUI does not come up.Do you ever encounter similar problems? I greatly appreciate any ideas/hints/suggestions about the cause of the problem and if (possible) the solution for it. Thanks very much. Here's my BTXML string: <snip> My log only shows that the parser picks up the elements: btxml, deck, and the attribute: ep_idle. -------------------------------------------------------------------------------- > _______________________________________________ > Expat-bugs mailing list > [email protected] > http://mail.libexpat.org/mailman/listinfo/expat-bugs >