Re: Problem with minidom and special chars in HTML
From: Jarek Zgoda (jzgoda_at_gazeta.usun.pl)
Date: 02/23/05
- Next message: It's me: "Re: Pythoncard - Mistake in walkthrough?"
- Previous message: Jacques Daussy: "Communication between JAVA and python"
- In reply to: Horst Gutmann: "Re: Problem with minidom and special chars in HTML"
- Next in thread: and-google_at_doxdesk.com: "Re: Problem with minidom and special chars in HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 23 Feb 2005 21:06:52 +0100
Horst Gutmann napisał(a):
>> Don't use minidom or convert HTML4 to XHTML and change declaration of
>> doctype.
>>
> This was just a bad example :-) I get the same problem with XHTML in the
> doctype. The funny thing here IMO is, that the special chars are simply
> removed. No warning, no nothing :-(
As Fredrik pointed out, it's minidom that cann't fetch DTD from remote
location. Download this DTD file to your local machine (it lies at
exactly this URI), try changing PUBLIC identifier to SYSTEM and give
local path to this file.
-- Jarek Zgoda http://jpa.berlios.de/ | http://www.zgodowie.org/
- Next message: It's me: "Re: Pythoncard - Mistake in walkthrough?"
- Previous message: Jacques Daussy: "Communication between JAVA and python"
- In reply to: Horst Gutmann: "Re: Problem with minidom and special chars in HTML"
- Next in thread: and-google_at_doxdesk.com: "Re: Problem with minidom and special chars in HTML"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|