users@jax-rpc.java.net

Re: From config-interface.xml to WSDL??

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Mon, 01 Mar 2004 12:42:27 -0500

> And how do you recomend me to do it (in an automated way) Sohould I use SAX
> and DOM? How can I read the WSDL and detect the place where I want to insert
> the documentation?...?

I would recommend xslt if you are familiar with it. You can create a
style sheet to match the elements in question and insert the
documentation before each one. It would be a very small amount of code
to use the style sheet and transform the xml file.

You can find more info here (probably more than you need for your task):
http://java.sun.com/webservices/docs/ea1/tutorial/doc/JAXPXSLT.html

Cheers,
Bobby



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net