Re: [xsl] Recursive Processor to find Type of complex type for WSDL file

Subject: Re: [xsl] Recursive Processor to find Type of complex type for WSDL file
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 14 Mar 2007 12:09:14 +0100
Senthilkumaravelan K wrote:
Hi
I need help in recursive loop to find out till I reach primitive data
"TYPE" of request response parts.

For example of Address and Phone ,I need to do recursive till it yield
to primitive types of the type.

This is my XSLT and WSDL file and for the same are

Hi Senthil,


As a regular poster I am sure you are aware that just posting large ominous stylesheets and sources with rather vague descriptions is not going to help us finding answers to your problems quickly. We want to help you, but make it easy for us by providing us with a smallest-possible sample of both XSLT and XML that illustrates your problem and make clear what output you expect and what your current output is.

Often you will find that by minimizing your own problem to the core, will help you finding and/or defining your problem/solution.

-- Abel

Current Thread