Hi Folks,
i'm working on an website using php 4.2.2 on w2k (FoxServ Installation) and i have a problem encoding german umlaute (äöü).
The content is saved in xml files which are transfered to html via
xslt using the xslt functions. The encoding is set to utf-8 in the xml file and the xslt file.
Now my problem :
The character "ä" is transformed well, but every time i put an "ö"
into the xml file, the script refuses the transformation with the comment "Cannot process XSLT document [2]: XML parser error 4: not well-formed (invalid token) ". The error message is not helpful, because the transformation work when i omit the ö.
Any kind of help, workaround or suggestion is welcome, since this problem is driving me crazy and i have to fix it very fast.
Cia,
da8