How to Handle Special Characters?

Subject: How to Handle Special Characters?
From: Hari Yerram <yerram@xxxxxxxxxx>
Date: Fri, 28 May 1999 17:11:33 -0400
I am having a problem with handling the special characters.
If my XML structure is having any special characters then it is not
printing to the browser.

This code is there in my ASP page
-------------------------------
xmlSession is an XML object
Response.Write(xmlSession.xml);
----------------------------------

I am using the spanish characters. is there a way to fix?
I tried with Charset property of the Response object.

like Response.Charset = 1250

But i do not know what is the charset used by spanish language?

Any help is appreciated.

Thank you,
Hari



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread