Hi,
> probably not the best list to post it on, but I believe that
> there is quite
> a lot of ppl able to answe.
...
> I have the following:
>
> <?xml version="1.0" encoding="UTF-8"?>
> ...
> <prof>myyjä / eläkkeellä</prof>
>
> ...
>
> and the "ä" is reported as being invalid? when I remove it
> the xml file is
> OK so it is clearly problem of this particular letter. But I
> don't know
> why.
Use ISO-8895-1 encoding, since most probably your XML file is encoded using that, i.e. Latin-1. Or, make sure that the file really is UTF-8.
Cheers,
Santtu
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|