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: XInclude vs SAX vs validation




> -----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.