Re: html in xml

On Wed, 17 May 2000 04:29:57 -0400 (EDT), "Vincenzo Spoto"
<vspoto@rm.atos.it> wrote:

>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.

A good approach migth be to start at the correct place...
(read all about it...)

  http://www.isogen.com/papers/archintro.html

-- 
Jan Roland Eriksson <jrexon@newsguy.com>
<URL:http://member.newsguy.com/%7Ejrexon/>

Received on Friday, 19 May 2000 18:08:53 UTC