Re: Expat and Open Watcom
Michael Greene <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Karl Waclawek wrote: > Michael Greene wrote: >> Thanks for the reply. I am not an expat/xml expert, do you mean run this: >> >> xmlwf -p i18n.xml >> >> I get nothing so I expect it is ok? > > It would indicate that in the test code, the actual call to the parsing > function did not return an error. > So something else went wrong. Something could be wrong with memory > allocations, as you > get out of memory errors. Hard to diagnose from here - and I don't know > anything about Open Watcom. > > Karl Thanks for the all the responses, but it seems in that I was missing the XML_DTD define. Now runtests.exe completes 100%. I still need to track the errors with the XML_TEST_SUITE. MikeG