OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] validation with IE



Not that I've used it recently, but MSXML also used to have
a problem that its "validate on load" flag was ignored if the
document didn't have a <!DOCTYPE ...> declaration.  So
in addition to setting that flag, you also had to check whether
a supposedly "valid" document came back to you (via DOM)
as having a DOCTYPE.

- Dave


----- Original Message ----- 
From: "David Carlisle" <davidc@nag.co.uk>
To: <mike@wyeast.net>
Cc: <xml-dev@lists.xml.org>
Sent: Friday, November 16, 2001 7:47 AM
Subject: Re: [xml-dev] validation with IE


> 
> > Someone recently mentioned using IE for validation. Hmmmm. Does anyone know
> > where to find some documentation on this?
> 
> really it's just the normal msxml parser with the validate on load flag
> set true, but if you download the xmltools from ms's xml download site
> you get a utility that adds "validate XML" to the right button menu in
> IE (and even more usefully, "show XSL output")
> 
> David
>