Subject: RE: Transforming multiple XML files into one file
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 5 Jul 2006 15:50:01 +0100
|
> 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?
In XSLT 1.0, just use a dummy input document. (You'll have to get rid of the
match="movie" though).
In XSLT 2.0, you can start the transformation at a named template, rather
than by matching an input node.
Michael Kay
http://www.saxonica.com/
|