Re: [xsl] Analyzing Complex type in WSDL

Subject: Re: [xsl] Analyzing Complex type in WSDL
From: Senthilkumaravelan Krishnanatham <senthil@xxxxxxxxx>
Date: Tue, 13 Mar 2007 11:25:41 -0700
Hi Stephen,
I wish to display complexType for each message operation request and response types in
HTML table format.
So that user can see visually what are objects involved for message call.
Please pass it the XSL template you have for rendering the schema data for a given service.


Thanks,
Senthil
On Mar 13, 2007, at 11:18 AM, sthomas2@xxxxxxx wrote:


Can you be more specific about what you wish to do with the WSDL content?

I have a couple of transforms that might be useful:

- generate a "UML-like" class diagram of a schema (using graphviz)

- generate a very constrained "Russian doll" representation of a schema
(which can serve as input to, say, a Word VBA macro)


I could send them to you off-line or post them to the list if there's
general interest.

Stephen


-----Original Message----- From: Senthilkumaravelan Krishnanatham [mailto:senthil@xxxxxxxxx] Sent: Tuesday, 13 March 2007 1:22 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: [xsl] Analyzing Complex type in WSDL

Hi ,
I would like to know what is the best way to apply XSLT and render
all the nodes of
complex type in WSDL file.

Current Thread