Michiel Meeuwissen <[EMAIL PROTECTED]> wrote:
..
>
> I don't understand really how removing the header could make a differnce
for
> an external XML, because it should be presentif the encodign is like that,
> and I can't understand that the external server succeeds serving it like
> UTF-8 when the file is actually ISO-8859-1. But anyhow, I'll make sure
that
> it works in my setup..
>
The old code works for external XML, not by removing the header, but by
removing the encoding. I used

<?xml version="1.0"?>

instead of

<?xml version="1.0" encoding="ISO-8859-1" ?>

I forwarded the XML code of htdig in a Delphi Isapi dll in IIS, where I did
only set the content type as text/xml.

Martijn Houtman


Reply via email to