This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Non-validating XSL processors



Hi Steve,

Just to be clear on the Microsoft XML Parser...

When you refer to MSXSL3, is that a typo (should be MSXML3)?

With MSXML3's "DOMDocument" family of classes, input validation is performed if
the
"validateOnParse" property is set to true (True is the default).

Also, validation can be performed at a later time, by calling the "Validate"
method.

Am I missing the point here?

The original poster later specified a desire for non-resolution of external
entities.
I'm not sure of the options with respect to this requirement.

Martin



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]