Ugo Cei wrote: > 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 have no idea what the reason might be but maybe you want to try: org.apache.cocoon.components.source.SourceUtil.toDOM(source); instead. HTH Guido
