Next in thread →
Next in month →
Re: [xml-dev] xml with no -->"<?xml version?>"
Philippe Poulard wrote: > > Content-type: text/xml > <?xml version="1.0" encoding="utf-8"?> > => you'll get us-ascii !!!!!! Or, at least, the plumbing will treat the text as if it were ASCII and the MIME media type will have the default value of us-ascii. Fortunately, because almost all ASCII handling systems now use 8-bit characters preserve the 8th bit, and because almost all systems for XML don't take the encoding for XML from the MIME header or default, it is more a formal problem than an actual problem. Cheers Rick Jelliffe
Next in thread →
Next in month →