Please forget my last mail, it was a BAD bug from MY code... :-(
I implemented an URIResolver, and was ignoring the classdescriptor://xxx 
URLs
I thought it was Xalan's fault, but it's mine, sorry...
BTW, can I get rid of this code? If I ever want to switch to XSLTC, it 
won't work
anymore...

Serializer serializer = SerializerFactory.getSerializer
                        
(OutputProperties.getDefaultMethodProperties("xml"));
                StringWriter result = new StringWriter();
                serializer.setWriter(result);
                handlers[handlers.length - 1].setResult(new 
StreamResult(result));

Thanks.

Bruno Verachten.

Reply via email to