Solved this by writing a replacement for WSDLQueryHandler - virtually identical but with a new 'xslFile' property. The xsl is then added right after the Document is created.
Then put a new cxf.xml into my source to override the default one, again, virtually identical but referencing my new class as the query handler, with a property for the xsl file. There are of course issues around security when viewing a wsdl with xsl in Firefox, ideally the xsl needs to be served with CXF too, haven't figured that out yet. I suspect I'll end up proxying the wsdl URLs through apache and serving the xsl there too. -- View this message in context: http://www.nabble.com/CXF-Jax-ws-wsdls%3A-applying-a-stylesheet-tp18965177p19000318.html Sent from the cxf-user mailing list archive at Nabble.com.
