Re: expat/tests runtests.c,1.43,1.44
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <002501c2c3db$4de43210$9e539696@citkwaclaww2k> |
> Karl Waclawek writes: > > I am not sure this has anything to do with it, > > but try a character other than a blank. > > I am always using the equivalent of > > > > parser = XML_ParserCreateNS(NULL, '^'); > > No change. I get the same results using "xmlwf -n", which uses '\1' > for the separator character. Hmm. ;-( Now you have got me stumped. No error when using xmlwf, but error with my own app. Karl