xsl-list
[Top] [All Lists]

encoding problem

2003-04-07 03:13:04
Hello all

I know this isn't strictly on topic but googling and searching the biglist
hasn't got me going so:

I have to work with some xml encoded ISO-8859-1 with msxml3/4 which, reading
msdn
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm
/xml_concepts_1rxo.asp), I think it should be able to convert itno utf-8 and
process but I get the error:

"Switch from current encoding to specified encoding not supported." 

Can anyone tell me what's going on or point me at a resource?

Thanks

Rod

Code:
xml:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://p.moreover.com/xml_dtds/rss-0_91.dtd";>
<rss version="0.91">
 <channel>
etc

xmlDoc = Server.CreateObject("MSXML2.FreeThreadedDOMDocument.4.0"); 
xmlDoc.async = false; 
xmlDoc.resolveExternals = false; 
xmlDoc.validateOnParse = false; 
xmlDoc.load(Server.MapPath("News.xml")); 



Rod Humphris
PC Developer
Focus DIY Limited
Tel: 01761 416034 xt 581
email: rod(_dot_)humphris(_at_)focusdiy(_dot_)co(_dot_)uk



________________________________________________________________
Any opinions expressed in this email are those of the individual and not 
necessarily the Company. Unless expressly stated to the contrary, this email is 
not intended to give rise to a new, or affect an existing, contractual or other 
legal relationship.This email and any files transmitted with it, including 
replies and forwarded copies which may contain alterations) subsequently 
transmitted from the Company, are confidential and solely for the use of the 
intended recipient. The unauthorised use, disclosure or copying of this email, 
or any other information contained or attached,is prohibited and could, in 
certain circumstances, be a criminal offence.

If you have received this email in error please notify the sender as soon as 
possible.

This footnote also confirms that this email message has been swept for the 
presence of computer viruses.

www.focusdiy.co.uk
_________________________________________________________________

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

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



<Prev in Thread] Current Thread [Next in Thread>
  • encoding problem, Rod Humphris - FLPTN <=