← Prev in month ← Prev in thread

[saml-dev] Schema Validation

From
Madhavan Pillai, Hari \(HCL\) <>
Date
2007-06-19T12:59:47+00:00
ID
Thread
[saml-dev] Schema Validation
Hi All,

In OpenSaml, we came across two ways, which seems like play role in controlling the SAML schema validation.

One is the strict-dom-checking flag which is accessible through getBooleanProperty() call. The other is DOMParser.setFeature("http://xml.org/sax/features/validation <http://xml.org/sax/features/validation> ", true).

Can anybody help us to know where and how these two mechanisms are used? Will the schema validation happen if the    strict-dom-checking   set false and DOMParser.setFeature("http://xml.org/sax/features/validation <http://xml.org/sax/features/validation> ", true)?

 

Thanks in advance

Hari
← Prev in month ← Prev in thread