- From: Vincenzo Spoto <vspoto@rm.atos.it>
- Date: Wed, 17 May 2000 04:29:57 -0400 (EDT)
- To: <www-html@w3.org>
Received on Friday, 19 May 2000 05:07:14 UTC
Hi,
I have a problem. I have a not well formed html file and I want to insert it into a xml field. For example
<myXMLtag>
<html>
<body>
<h3>Hello world</h3>
</body>
</html>
</myXMLtag>
When I parse the xml file I obtain an error because the parser don't find the <html> tag in my dtd.
Is there a way to ignore html tags? Note: my html file isn't well formed! So I can't use a dtd for html tags.
My email is vspoto@rm.atos.it
Thank you in advance.
Vincenzo Spoto
ATOS S.p.A
Via A. Rava' 124
00142 Roma
Tel. 06/590651
Fax 06/59065207
Received on Friday, 19 May 2000 05:07:14 UTC