One other option would be to discard the HTMLDocument classes entirely, and instead create all the neccesary tags as if they were xml tags. It's a bit of a hack but seems to do the trick
On Tue, 16 Apr 2002, Andy Clark wrote: > "Eric E. Penetar" wrote: > > The problem that I am having is regarding parsing <br> tags in an HTML > > document. I keep getting an error saying that <br> needs to be ended with > > Most HTML documents are *not* well-formed XML documents and > therefore cannot be parsed with an XML parser. For possible > solutions, please see my response to David Hirst's post titled > "validating html". > > -- > Andy Clark * [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
