Re: How to loop through nodes of xml through xslt

2014-07-31 Thread Dan Stromberg
You're probably still better off finding an XSLT mailing list. On Thu, Jul 31, 2014 at 12:31 AM, varun bhatnagar wrote: > Hi Dan, > > Thanks a lot for the reply. I am using lxml for the transformation and I am > parsing xsl file using lxml module, that is why posted in this list. > Is there any w

Re: How to loop through nodes of xml through xslt

2014-07-31 Thread varun bhatnagar
Hi Dan, Thanks a lot for the reply. I am using lxml for the transformation and I am parsing xsl file using lxml module, that is why posted in this list. Is there any way out to achieve this? Thanks, BR, Varun On Thu, Jul 31, 2014 at 5:47 AM, Dan Stromberg wrote: > On Wed, Jul 30, 2014 at 5:16

Re: How to loop through nodes of xml through xslt

2014-07-30 Thread Dan Stromberg
On Wed, Jul 30, 2014 at 5:16 AM, varun bhatnagar wrote: > Hi, > > I have two xml files. > I am trying to fetch an output file which looks like this: > > Output.xml > The number of Procedure tag () can be different every time. So I > have to read this tag every time from each xml and then merge i

How to loop through nodes of xml through xslt

2014-07-30 Thread varun bhatnagar
Hi, I have two xml files. *File1.xml* ** ** ** * * ** * * ** ** * * ** * * * * ** * * ** ** * * ** ** *File2.xml* ** ** ** * * ** * * ** ** * * ** * *