You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Conficio <Ka...@Conficio.com> on 2010/11/12 02:32:06 UTC

Inject an XSL clause into the WSDL/XSD

Is there a way to inject and xsl stylesheet into the wsdl served by
CXFServlet?

I'd love to make the wsdl more readable

cxf 2.2.10

K<o>

-- 
View this message in context: http://cxf.547215.n5.nabble.com/Inject-an-XSL-clause-into-the-WSDL-XSD-tp3261365p3261365.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: Inject an XSL clause into the WSDL/XSD

Posted by Sergey Beryozkin <sb...@gmail.com>.
This probably should be optional. ex, a query like ?wsdl&format=html should
instruct a WSDLQueryHandler to ensure
a custom stylesheet is referenced in the XML processing instruction.

You can probably register a custom WSDLQueryHandler which either delegates
or extends the default one (or even just checkout the CXF source and modify
the default handler) and if you made it work then the changes could be
pushed down to the default one, so that a CXFServlet can just be configured
with a custom stylesheet location; give a try please

thanks, Sergey



On Fri, Nov 12, 2010 at 1:32 AM, Conficio <Ka...@conficio.com> wrote:

>
> Is there a way to inject and xsl stylesheet into the wsdl served by
> CXFServlet?
>
> I'd love to make the wsdl more readable
>
> cxf 2.2.10
>
> K<o>
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Inject-an-XSL-clause-into-the-WSDL-XSD-tp3261365p3261365.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>