Re: correct use of umlauts

2002-11-17 Thread Joerg Heinicke
sn't work. - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 1:49 AM Subject: Re: correct use of umlauts Hello Robert, you are coding XML and not HTML. The German umlauts are only declared i

Re: correct use of umlauts

2002-11-17 Thread Joerg Heinicke
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 1:49 AM Subject: Re: correct use of umlauts Hello Robert, you are coding XML and not HTML. The German umlauts are only declared in HTML as entities. In XML only <, >, ', " and &..; (which one was

Re: correct use of umlauts

2002-11-17 Thread Robert Sösemann
ot;Oe". But that doesn't work. - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 1:49 AM Subject: Re: correct use of umlauts > Hello Robert, > > you are coding XML and not HTML.

RE: correct use of umlauts

2002-11-16 Thread William Brogden
> -Original Message- > From: Robert Sösemann [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 16, 2002 10:01 AM > To: [EMAIL PROTECTED] > Subject: correct use of umlauts > > > Hello, who can help, > > > I have the following code fragment in my xsp page, but I > always get an erro

Re: correct use of umlauts

2002-11-16 Thread Joerg Heinicke
Hello Robert, you are coding XML and not HTML. The German umlauts are only declared in HTML as entities. In XML only <, >, ', " and &..; (which one was the 5th) are known? Why do you have Ö in your database? This would be really bad: a database should store a character in it, not an "entity, w