Carsten Ziegeler wrote:
Sylvain Wallez wrote:
Can't you add this filtering logic in the included URI?
No, e.g. <cinclude:include src="http://some-service-host/service/a"/>
Or
<i:include src="cocoon:/filtered/some-service-host/service/a"/>
Or you could filter out all comments once, at the last stage of your outer
pipeline. At least that's how I'd do it...
Is it architectural elegance, or separation of concerns which leads to
have each component to a single task so it can be reused in a number of
different contexts?
Or FS? :)
It's FS to have this functionality in the serializers, that's true... They
become overly flexible :-P
Vadim