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]

[xml-dev] DOMParser.getFeature



I have some older code laying around that uses the getFeature in a 
org.apache.xerces.parsers.DOMParser class.  The DOMParser implements
XMLReader, I believe.

The call passes the following uri in:

parser.getFeature("http://xml.org/sax/features/validation")

However, this does not seem to be available.

Any suggestions on what to do now?

Thanks.
-Mike