Steven Dolg wrote
> Is it just me or is the patch you applied not really complete?
> 
> Because doing
>        Pipeline<SAXPipelineComponent> pipeline = new
> NonCachingPipeline<SAXPipelineComponent>();
>        pipeline.addComponent(new StringGenerator(xmlInput));
>        pipeline.addComponent(new
> SchemaProcessorTransformer(this.getClass().getResource("/test.xsd")));
>        pipeline.addComponent(new XMLSerializer());
> 
> yields a compile error for the last line, because XMLSerializer is not a
> o.a.c.p.c.s.SAXPipelineComponent.
Upps, it's an oversight, sorry.

> On the other hand, the class hierarchy of the whole SAX module is rather
> messy IMO...
Yes, that's what I thought as well :)

But I saw you opened a bug for this. so let's discuss it there.

Carsten
-- 
Carsten Ziegeler
[email protected]

Reply via email to