Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - transform multiple input document [Thread Next] Re: transform multiple input documentTo: NULL Date: 10/4/2005 2:00:00 PM Wisut Hatanong wrote: > Please tell me how can I do the xslt on multiple input file to > one output file.these are the data files. XSLT 1.0 provides a function named document to load additional XML data, see <http://www.w3.org/TR/xslt#document> so you can do document('file.xml') Take note of the second argument which is important to resolve relative URLs, often document('file.xml', .) is necessary to make sure the relative URL is resolved relative to the input XML and not relative to the stylesheet. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
