Re: making mozilla's xml to behave in a non-standard way
Unknown <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Marco Milanesi wrote: > hi, this is a strange question I know, but I hope to get some responses: > > I have a web application that I can't modify. it outputs an xml to > the browser with newlines and spaces at the beginning of the xml. > > now the question. How can I modify this behaviour of mozilla? how can it > be more tolerant to this malformed xml? > It is not malformed. It is legal to put whites characters before the <?xml .. tag It's mozilla which needs fixing, as many other buggy xml parsers.