[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"; >
<response requestid="">
  <header>
    <sender>
      <key>
        <login>covad</login>
        <password>covad</password>
        <businessid/>
      </key>
      <personname>
        <first>xLink</first>

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

Reply via email to