[PHP] XML/HTML encoding?

2004-01-09 Thread Vincent Jansen
I'm doing some XML processing with PHP5
I'm using UTF-8 encoding
When I look at my xml doc it looks something like

?xml version=1.0 ?
doc
textdotted e (ë) works/text
/doc

(I hope you see a dotted e)
After xslt I end up with a html document with a souce that looks
something like

?xml version=1.0 encoding=UTF-8 standalone=yes?
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
http://www.w3.org/TR/REC-html40/loose.dtd;
html
head
titledotted e (ë) works/title
/head
body
Etc.

This is what I want
But my browser displays dotted e () works

Because I don't want yes or no: Please tell me what (maybe obvious
thing) I'm doing wrong

Thanks

---
Vincent Jansen

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] XML/HTML encoding?

2004-01-09 Thread Ray Hunter
On Fri, 2004-01-09 at 08:23, Vincent Jansen wrote:
 I'm doing some XML processing with PHP5
 I'm using UTF-8 encoding
 When I look at my xml doc it looks something like
 
   ?xml version=1.0 ?
   doc
   textdotted e (ë) works/text
   /doc
 
 (I hope you see a dotted e)
 After xslt I end up with a html document with a souce that looks
 something like
 
   ?xml version=1.0 encoding=UTF-8 standalone=yes?
   !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
   http://www.w3.org/TR/REC-html40/loose.dtd;
   html
   head
   titledotted e (ë) works/title
   /head
   body
   Etc.
 
 This is what I want
 But my browser displays dotted e () works
 
 Because I don't want yes or no: Please tell me what (maybe obvious
 thing) I'm doing wrong

What browser and version are you using?

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] XML/HTML encoding?

2004-01-09 Thread Vincent Jansen
I see this using MSIE 6
But in Mozilla 1.5 I get ë for ë

I'm hoping this is fixable without changing browser settings

-Original Message-
From: Ray Hunter [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 9 januari 2004 16:34
To: 'Php-general'
Subject: Re: [PHP] XML/HTML encoding?


On Fri, 2004-01-09 at 08:23, Vincent Jansen wrote:
 I'm doing some XML processing with PHP5
 I'm using UTF-8 encoding
 When I look at my xml doc it looks something like
 
   ?xml version=1.0 ?
   doc
   textdotted e (ë) works/text
   /doc
 
 (I hope you see a dotted e)
 After xslt I end up with a html document with a souce that looks 
 something like
 
   ?xml version=1.0 encoding=UTF-8 standalone=yes?
   !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
   http://www.w3.org/TR/REC-html40/loose.dtd;
   html
   head
   titledotted e (ë) works/title
   /head
   body
   Etc.
 
 This is what I want
 But my browser displays dotted e () works
 
 Because I don't want yes or no: Please tell me what (maybe obvious
 thing) I'm doing wrong

What browser and version are you using?

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] XML/HTML encoding?

2004-01-09 Thread Ray Hunter
On Fri, 2004-01-09 at 08:44, Vincent Jansen wrote:
 I see this using MSIE 6
 But in Mozilla 1.5 I get ë for ë
 
 I'm hoping this is fixable without changing browser settings

Do you have this page accessible via the web that i can take a look at
it.

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php