On Wed, Dec 06, 2000 at 06:17:54PM +0100, Lars Georg Sander wrote:
> Hi all,
> I am having trouble with german umlauts (���) in XML files running 
> thru Sablotron. I do not seem to be able to "HTML-escape" them 
> (ü) nor to put them into the XML file to leave them untouched. 
> The parser, or PHP, seem to choke with the "&". Am I missing it 
> completly? I fooled around with the encoding stuff already... no luck 
> (it needs testing as I read - so take this as testing).

You should be able to declare
<?xml version="1.0" encoding="iso-8859-1"?>

at the beginning of your XML file, and then just
put the � etc into your file verbatim.

Alternatively you can use numeric entities like &#228; &#235;

 .robin.


-- 
A man, a plan, a cat, a ham, a yak, a yam, a hat, a canal--Panama!

Reply via email to