[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XInclude vs SAX vs validation
- From: Leigh Dodds <ldodds@ingenta.com>
- To: Nicolas LEHUEN <nicolas.lehuen@ubicco.com>, xml-dev@lists.xml.org
- Date: Tue, 21 Aug 2001 17:11:59 +0100
> -----Original Message-----
> From: Nicolas LEHUEN [mailto:nicolas.lehuen@ubicco.com]
> Sent: 21 August 2001 17:08
> To: 'xml-dev@lists.xml.org'
> Subject: RE: XInclude vs SAX vs validation
>
>
> A side question is : is it really possible to validate any document
against
> any DTD (replace with XSDL or RELAX NG or other) within a SAX pipeline ?
See David Brownells validating SAX filter:
http://xmlconf.sourceforge.net/java/apidoc/gnu/xml/pipeline/ValidationConsum
er.html
Which ought to give you the control you desire.
L.