Hi,
I build a webpage with default charset=ISO-8859-1" encoding.
I need to include another .xml file built in utf-16 encoding:
<xi:include href="Example_box.mill" parse="text" encoding="UTF-16"> <xi:fallback> <p>Example currently unavailable</p> </xi:fallback> </xi:include>
The result is :
..
ÿþ<�?�x�m�l� �v�e�r�s�i�o�n�=�"�1�.�0�"� �e�n�c�o�d�i�n�g�=�"�U�T�F�-�1�6�"�?�>� � �<�m�l�:�d�o�c�u�m�e�n�t�s� �x�m�l�n�s�:�m�l�=�"�h�t�t�p�:�/�/&#
..
Appareantly the file is not recognized as UTF-16.
Must the other file not specify encoding="UTF-16" in its XML declaration? From where the file, where the other one is included, shall now from in which encoding the other one is?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
