- From: Philippe Le Hegaret <plh@w3.org>
- Date: Wed, 01 Nov 2000 15:39:16 -0500
- To: Erwin Kodiat <Erwin.Kodiat@mitrais.com>
- Cc: "'www-dom@w3.org'" <www-dom@w3.org>
Erwin Kodiat wrote: > > Dear all, > I have a string which is contained HTML tag in it (not well-formed XML, for > sure). Is there any way to load the string onto a document object (DOM)? You may want to use the write method on the HTMLDocument interface. > My second question is regarding IXMLDocument Load method; can I use that > method in a server script without decreasing performance of the server? There is no IXMLDocument Load method in the DOM. Check if your implementation has a support mailing list but this mailing list is definitively not the right place to ask this question. Regards, Philippe
Received on Wednesday, 1 November 2000 15:39:22 UTC