Special characters in JavaScript Strings

2002-10-10 Thread Hans-Michael Rupp
Hallo! I have to use a JavaScript confirm-box on one of my pages. Unfortunately I have to use special characters - German Umlaute - The problem is that at some point the umlaute get Transformed into entities, and the confirm-box text is not treated like HTML, so I get kouml;nnen instead

RE: Special characters in JavaScript Strings

2002-10-10 Thread Ryan Agler
disable-output-escaping=yes![CDATA[รถ]]/xsl:textchten Sie Ihr Passwort beantragen?/i18n:text -Original Message- From: Hans-Michael Rupp [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 9:50 AM To: Coocon-user Liste Cc: Black Hole Subject: Special characters in JavaScript Strings

Re: Special characters in JavaScript Strings

2002-10-10 Thread Joerg Heinicke
- From: Hans-Michael Rupp [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 9:50 AM To: Coocon-user Liste Cc: Black Hole Subject: Special characters in JavaScript Strings Hallo! I have to use a JavaScript confirm-box on one of my pages. Unfortunately I have to use special

Re: special characters for i18n

2002-04-25 Thread KOZLOV Roman
it. Never thought that somebody went so far as using those stylesheets ;) Konstantin Horst - Original Message - From: Konstantin Piroumian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 4:50 AM Subject: Re: special characters for i18n Hi

Re: special characters for i18n

2002-04-25 Thread Konstantin Piroumian
thought that somebody went so far as using those stylesheets ;) Konstantin Horst - Original Message - From: Konstantin Piroumian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 4:50 AM Subject: Re: special characters for i18n Hi

Re: special characters for i18n

2002-04-25 Thread KOZLOV Roman
23, 2002 4:50 AM Subject: Re: special characters for i18n Hi! Thanks for sending this. I guess that this is Portuguese? Could you also translate this line: Portuguese translation was made by your-name / [your-email /] and the country name of Portugal

Re: special characters for i18n

2002-04-24 Thread Konstantin Piroumian
, but it seems that I have to rethink it. Never thought that somebody went so far as using those stylesheets ;) Konstantin Horst - Original Message - From: Konstantin Piroumian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 4:50 AM Subject: Re: special characters

Re: special characters for i18n

2002-04-23 Thread Konstantin Piroumian
Hi! Thanks for sending this. I guess that this is Portuguese? Could you also translate this line: Portuguese translation was made by your-name / [your-email /] and the country name of Portugal? Btw, the simple_dict_pt.xml is in the old dictionary format and it's not supported any more. Why do

RE: special characters for i18n

2002-04-23 Thread Piroumian Konstantin
supported any more.Why do you use it? -- Konstantin Piroumian kpiroumian@apache.org -Original Message-From: Horst Rutter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 4:49 AMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: Re: special characters for i18

Re: special characters for i18n

2002-04-23 Thread Horst Rutter
catalog for the locale in question? That's it? Horst - Original Message - From: Konstantin Piroumian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 4:50 AM Subject: Re: special characters for i18n Hi! Thanks for sending this. I guess that this is Portuguese

Re: special characters for i18n

2002-04-22 Thread Peter Flynn
Really stupid question: How do you guys enter the special characters in utf-8 files? a) which special characters? XML is Unicode, there are thousands. b) if you're using a western european language, maybe use iso-8859-1 instead of utf-8. Do I need a special editor, how do I find out what

RE: special characters for i18n

2002-04-22 Thread Franosch, Heike
Really stupid question: How do you guys enter the special characters in utf-8 files? I am using the program recode on linux if I really need it ;-) Heike - Please check that your question has not already been answered

special characters for i18n

2002-04-21 Thread Horst Rutter
Really stupid question: How do you guys enter the special characters in utf-8 files? Do I need a special editor, how do I find out what (code?) to enter? Any pointer will do.. thanks a lot Horst - Please check that your

Re: Special Characters

2002-01-28 Thread Ferran Urgell
to change the for lt, before to apply an xsl stylesheet... Is that possible ? - Original Message - From: Geert Pante [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 26, 2002 1:30 AM Subject: Re: Special Characters 25/01/2002 6:16:19, Martin Holz [EMAIL PROTECTED] wrote: Geert

Special Characters

2002-01-28 Thread Ferran Urgell
- Original Message - From: Ferran Urgell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 28, 2002 9:57 AM Subject: Re: cTwIG question - Original Message - From: Christopher A. Brooks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 11:29

RE: Special Characters

2002-01-28 Thread Vadim Gritsenko
From: Ferran Urgell [mailto:[EMAIL PROTECTED]] I've the next xml file: ?xml version=1.0 encoding=ISO-8859-1? PETICIO PRU COD=1121-1 DESC=Sodi RESU=138 UNI=mmol/l VREF=(145) / This is invalid XML file. I would to know if it's possible to change the VREF values (I'm getting an error

Special Characters

2002-01-25 Thread Ferran Urgell
Hola Cocooners! I'vegenerated some xml files from a database, but the xml filesare containing some special characters like ; etc...and before to use with an xsl, I would tochange the xml to a anothervalid xml Thanks Ferran

Re: Special Characters

2002-01-25 Thread Geert Pante
25/01/2002 3:27:39, Ferran Urgell [EMAIL PROTECTED] wrote: Hola Cocooners! I've generated some xml files from a database, but the xml files are containing some special characters like ; etc...and before to use with an xsl, I would to change the xml to a another valid xml

Re: Special Characters

2002-01-25 Thread Martin Holz
Geert Pante wrote: 25/01/2002 3:27:39, Ferran Urgell [EMAIL PROTECTED] wrote: Hola Cocooners! I've generated some xml files from a database, but the xml files are containing some special characters like ; etc...and before to use with an xsl, I would to change the xml to a another

Re: Special Characters

2002-01-25 Thread Geert Pante
25/01/2002 6:16:19, Martin Holz [EMAIL PROTECTED] wrote: Geert Pante wrote: 25/01/2002 3:27:39, Ferran Urgell [EMAIL PROTECTED] wrote: Hola Cocooners! I've generated some xml files from a database, but the xml files are containing some special characters like ; etc...and before

Stop conversion of special characters?

2001-06-25 Thread Anthony E.
I am using special characters in my xml file: ie - emdash ( $ 1 5 1 ; ) #151; these display fine (as an emdash) when viewed in the browser, but the html source doesn't show # 1 5 1 ; instead, it has the rendered emdash. How do I stop cocoon from rendering special characters in the resulting

special characters in xml converted in html...

2001-06-21 Thread Anthony E.
I am using special characters in my xml file: ie - emdash ( $ 1 5 1 ; ) #151; these display fine (as an emdash) when viewed in the browser, but the html source doesn't show # 1 5 1 ; instead, it has the rendered emdash. How do I make cocoon NOT render special characters in the resulting html