It looks like we might have a problem. I copied the loadDocument function from woody's binding_example.js and passed it an "xmldb:" URI. This is the exception I get when I call
var is = new Packages.org.xml.sax.InputSource(source.getInputStream());
org.apache.cocoon.CascadingIOException: Could not lookup pipeline components: org.apache.avalon.framework.service.ServiceException: Could not find component (key [org.apache.cocoon.serialization.SerializerSelector]) (Key='org.apache.cocoon.serialization.SerializerSelector')
I've just got this now.
Don't know why a source can't get a SerializerSelector when called from flow. Anyway I propose to change the source to use trax to serialize, rarher than a serializer. Any objections?
Regards, Upayavira