On Tue, 2004-11-16 at 09:01 -0600, Jay Blanchard wrote:
> [snip]
> xml_parser_set_option($this->parser, XML_OPTION_CASE_FOLDING, 0);
> xml_parser_set_option($this->parser, XML_OPTION_SKIP_WHITE, 1);
> [/snip]
> 
> I had those in there as well...here is the first few liners of the XML
> source....
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <!DOCTYPE response SYSTEM "http://the.api.server/dtd/response.dtd"; >
I think that space after the closing " might be causing your grief.

(Sorry for my out of sync response ... the new version of Evolution is
not threading the list messages properly).

-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to