Re: [xml-dev] UTF-8+names
Miles Sabin wrote: > <?xml encoding&=;"UTF-8+names"?> > > How would that get along with Appendix F style encoding detection? Since there is no replacement named '&=;', this would be passed to the XML processor exactly as you see it there. The XML processor would (correctly) throw it on the floor, because it's not well-formed. Where's the problem? -Tim