Extending WSDL doc-generator

Here should go questions about transforming XML with XSLT and FOP.
dkruitbosch
Posts: 6
Joined: Mon Jun 13, 2005 9:42 am
Location: Netherlands

Extending WSDL doc-generator

Post by dkruitbosch »

Hi,

I've been lloking into extending WSDL "doc-generator" (from the WSDL samples dir). My goal is to generate output like the schema documentation generator. Currently I'm trying to get a list of declared namespaces from my WSDL. I've tried copying parts of the xs3p.xsl, but that doesn't work.

I'm quite new to xsl(t) so any ideas would be great...

Thanks,

Danny
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Danny,

The xs3p stylesheet is a complex stylesheet, I recommend getting more familiar with XSLT before working on changing that to generate documentation for WSDL.

If you want to see what target namespaces have the schemas used from WSDL you should look for //xs:schema/@targetNamespace and also use the document function to access other wsdl or schema files imported in the current wsdl file.

Best Regards,
George
Post Reply