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



Leigh,

Step [2] is dbf.setNamespaceAware(true); 

where dbf is DocumentBuilderFactory. Doesn't it mean that parser being used
is DOM instead of SAX? I am new to XML but I've heard that DOM parsers
require more memory than SAX parsers? I prefer to use SAX instead of DOM,
but I need to validate XML file. Thanks

Tomas

-----Original Message-----
From: Leigh Dodds [mailto:ldodds@ingenta.com]
Sent: Friday, August 24, 2001 4:58 AM
To: Cirip Tomas; xml-dev@lists.xml.org
Subject: RE: Xerces, SAX and schema validation




> -----Original Message-----
> From: Cirip Tomas [mailto:tomas.cirip@theimo.com]
> Sent: 23 August 2001 23:00
> To: xml-dev@lists.xml.org
> Subject: Xerces, SAX and schema validation

[...]

> does anybody have example of Schema validation using xerces SAX parser?
> Thank you

See [1]. Basically you just need to set the SAX validation feature to true,
but judging by [2] you should also check that the parser is Namespace aware.

HtH,

L.

[1]. http://xml.apache.org/xerces2-j/faq-general.html#faq-1
[2]. http://lists.xml.org/archives/xml-dev/200108/msg00368.html