This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: merging with document()


> I want to merge, and otherwise compare and manipulate, 
> multiple xml docs in one stylesheet....

> I've been looking at a merge stylesheet found at 
> http://www.informatik.hu-berlin.de/~obecker/XSLT/ - and it's 
> been great - but he uses recursion to loop through the 
> different nodesets, and I was wondering if there was a 
> simpler way to do it.
> 

You need to fight your fear of recursion. You can't keep writing XSLT
with one hand tied behind your back for ever. Recursion almmost
certainly IS the simpler way to do it.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]