Hi Nicola Ken,
>> In your original post, you'd mentioned that you'd implemented this as a
>> "SAX filter"; did you mean that it's an XMLFilter implementation? If
so,
>> and you're using a standard XMLReader implementation of some sort, then
how
>> do you do XInclude processing before validation?
I uploaded the current package to my apache page for preview,
see
http://cvs.apache.org/~pietsch/xinclude.tar.bz2
J.Pietschmann
Neil Graham wrote, On 29/04/2003 16.23:
Hi Joerg,
IMO it's called for a more modular architecture: have a parser, an
XInclude processor, a validator, an PSVI constructor,
Which is, of course, the whole point of XNI--not to mention that Xerces
provides all these components--except for the XInclude p
Hi Joerg,
> IMO it's called for a more modular architecture: have a parser, an
> XInclude processor, a validator, an PSVI constructor,
Which is, of course, the whole point of XNI--not to mention that Xerces
provides all these components--except for the XInclude processor. :)
> so I'd think as a