xsl-list
[Top] [All Lists]

Re: Re: Problem with encoding using document function

2005-03-02 08:08:34
Yes, i have

response.ContentType="text/xml; charset=ISO-8859-1"

but that affects the way the resulting XML is viewed in browsers, it
won't affect the xml when i get it thru document(), at least from the
tryes i've made...


On Wed, 02 Mar 2005 05:15:01 -0800, Robert Koberg <rob(_at_)koberg(_dot_)com> 
wrote:

  I've attached the string containing the instruction to the beginig of the 
XML.
response.Write "<?xml version=""1.0"" encoding=""ISO-8859-1"" ?>" & 
aDocXml.xml


Shouldn't the ASP send this information? (yes)

In Java you would do:

response.setContentType("text/xml; charset=ISO-8859-1");

There has to be something similar in ASP (the string would remain the same).

best,
-Rob

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>