Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot open file encoding iso-8859-15
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
01545779
Message ID:
01545853
Views:
35
for msxml.domdocument, i find the 1.0 version but i find that msxml2.domdocument is installed

I i try with msxml2.DOMDocument.6.0

my code is now :

oXML=Createobject('msxml2.domdocument.6.0')

but i have the same error


>I don't know why WinServer2008 with msxml.domdocument don't know this code page.
>How latest version of msxml.domdocument is installed on the server?
>
>MartinaJ
>
>>Thanks for your help
>>
>>The error is : " Your XML Document failed to load Le système ne prend pas en charge le codage spécifié."
>>
>>In english is probably : " Your XML Document failed to load. The system does not support the specified encoding."
>>
>>I don't understand why. The file was generated by other people on other system (i think win 7).
>>
>>I work on terminal server session. The server is under windows 2008 server
>>
>>thanks
>>
>>
>>>http://en.wikipedia.org/wiki/ISO/IEC_8859-15
>>>
>>>What errors return msxml.domdocument?
>>>
>>>MartinaJ
>>>
>>>>Hello,
>>>>
>>>>I have a problem with msxml.document. When i want to open a xml file with this header < ?xml version="1.0" encoding="ISO-8859-1"? >, it works fine. But it can't open when the header is < ?xml version="1.0" encoding="ISO-8859-15"? >
>>>>
>>>>My code :
>>>>
>>>>oXML=Createobject('msxml.domdocument') && This creates the parser object
>>>>oXML.Load(getfile("xml"))
>>>>
>>>>the load return .F. when the file begin with < ?xml version="1.0" encoding="ISO-8859-15"? >
>>>>but with the same file with header modified (< ?xml version="1.0" encoding="ISO-8859-1"? >), the file is opened.
>>>>
>>>>Could you help me
>>>>
>>>>Thanks
> Your XML Document failed to load. The system does not support the specified encoding.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform