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: Xerces, SAX and schema validation




> -----Original Message-----
> From: Cirip Tomas [mailto:tomas.cirip@theimo.com]
> Sent: 24 August 2001 16:18
> To: 'xml-dev@lists.xml.org'
> Subject: RE: Xerces, SAX and schema validation
[...]
> Step [2] is dbf.setNamespaceAware(true); 
> 
> where dbf is DocumentBuilderFactory. Doesn't it mean that parser 
> being used
> is DOM instead of SAX?

[...]

Sorry, the pointer was slightly spurious. What I should have said 
is you'll need to enable namespace support in the SAX parser.

See: http://www.megginson.com/SAX/Java/index.html

Particularly the "http://xml.org/features/namespaces" feature

HtH,

L.