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

 


Help: OASIS Mailing Lists Help | MarkMail Help

saml-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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

 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]