[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Transforming multiple XML files into one file

Subject: Re: Transforming multiple XML files into one file
From: Chad Chelius <cchelius@xxxxxxxxxxxxxxx>
Date: Wed, 5 Jul 2006 10:08:55 -0400
multiple xml files
O.K. guys, I have an XML file that looks like this:

<files>
    <file>file1.xml</file>
    <file>file2.xml</file>
    <file>file3.xml</file>
</files>

and an XSLT that looks like this:

<xsl:template match="movie">
<xsl:copy-of select="document(document('list.xml')/files/file)/ story"/>
</xsl:template>



In the past I have been applying an XSLT to an existing XML file using Oxygen. So I'd open up the file that I want to transform and then the XSLT would apply the transformation to that document and give me the resulting output. In this situation, there isn't an XML file to start with. Should I just open a blank XML file and do a transformation on it? Forgive my ignorance here.





On Jul 3, 2006, at 6:57 PM, Michael Kay wrote:


If the argument to the document() function is a string containing a relative
URI, then it is interpreted relative to the base URI of the stylesheet
element in which the document() call appears.


So in layman's terms, if you say document('thing.xml') then you are
referring to a file in the same directory as the stylesheet.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.