This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: website: non-ASCII chars


Norman Walsh wrote:
... 
> Try <?xml version='1.0' encoding='ISO-8859-1'?> at the top of your file.
> (Assuming &uuml; is in ISO Latin 1).

As I posted yesterday it works the way Norman suggested. 
There is one observation I want to share:

I maintain my website in a bunch of separate XML files which are 
referenced in the "master" file using entities 
(like <!ENTITY fileA SYSTEM "fileA.xml"> ... &fileA; ...).
This works generally without any problems. 

If I want to use non-ASCII-characters in this sub-files I have to
include <?xml version='1.0' encoding='ISO-8859-1'?> as the first line
in every subfile. Until now I looked at using entities like an "include"
statement, but this seems not to be the case.

Michael
-- 
office:  michael.wiedmann@detewe.de
private: mw@miwie.in-berlin.de                 http://www.miwie.org/
         mw@miwie.org                          http://wap.miwie.org/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]