Re: [ANN] XInclude processor for xml-commons

2003-04-29 Thread Neil Graham
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?

Re: [ANN] XInclude processor for xml-commons

2003-04-29 Thread J.Pietschmann
I uploaded the current package to my apache page for preview, see http://cvs.apache.org/~pietsch/xinclude.tar.bz2 J.Pietschmann

Re: [ANN] XInclude processor for xml-commons

2003-04-29 Thread Nicola Ken Barozzi
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

Re: [ANN] XInclude processor for xml-commons

2003-04-29 Thread Neil Graham
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