Regarding expat in VXWORKS
Rose Ran <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Organization | iDEN/CA |
| Message-ID | <[email protected]> |
Hello, I downloaded the expat libs from the website. I used the functions "XML_SetElementHandler" and "XML_Parse" to parse my xml file. These codes worked very well when I ran it in solaris. However when I ran the same codes in "VXWORKS", it always only parsed the xml file "Header" part, and exited after that. The body part of "xml" can't get parsed any way. Is any idea what could cause this? Thanks a lot for your help! Rose