>Can Parser be forgiving about the white spaces before <?xml processing >instruction ?
Per the XML spec, nothing may preceed the XML Declaration except a Byte Order Mark, and the XML Parser should enforce that rule. I'd suggest you set up a stream filter which discards leading space, and parse from that, if you really want to relax this restriction. ______________________________________ "... Three things are most perilous: Connectors that corrode, Unproven algorithms, and self-modifying code! ..." -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
