[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Xerces, SAX and schema validation
- From: Leigh Dodds <ldodds@ingenta.com>
- To: Cirip Tomas <tomas.cirip@theimo.com>, xml-dev@lists.xml.org
- Date: Fri, 24 Aug 2001 16:53:45 +0100
> -----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.