Re: ouml was referenced but not declared

  Or use character references, ሴ i.e. direct Unicode
  references for the character instead of its name.


or simpler yet, just type the character directly.
The original poster was using a .de address so may well have a German
keyboard in which case it probably has a key with this character on it
hitting that key is probably the simplest way to get an o umlaut:-)

depending on the editor being used that may be all you need to do (if it
is saving in utf8 encoding) if it is saving in latin1 then you just need
to put
<?xml version="1.0" encoding="iso-8859-1"?>
at the start of the file so the XML parser knows it's a latin1 file.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Wednesday, 20 April 2005 11:41:45 UTC