Re: trouble with firefox reading my update.rdf
Axel Hecht <[email protected]> Mon, 01 Aug 2005 14:15:46 +0200
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Lizzie the HypnoLeopard wrote: > Strangly enough, I realized the trouble was a leading space before > > <?xml version="1.0"?> > > I took the space out and now it can read it as a rdf.... not that it > works mind you... but it's a step i guess :) > > It's sort of strange that firefox would have a problem with the space > and ie wouldn't... oh well > Actually, expat is enforcing XML standards here. If you mind heading over to the XML spec, you will see that leading whitespace is not allowed. Axel