[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] transform set of xml files to a single xml file.
Subject: Re: [xsl] transform set of xml files to a single xml file.
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 31 Aug 2007 15:28:18 +0200
|
Senthil Nathan wrote:
But, I have a set of xml files such as, a number of default template xml files.
I need to transform several template xml files into a single default
template file.
Is that possible using XSLT?
Yes, you can pull in several documents using the XSLT function named
document and then process the nodes, see
<http://www.w3.org/TR/xslt#document>.
--
Martin Honnen
http://JavaScript.FAQTs.com/
|