xsl-list
[Top] [All Lists]

RE: [xsl] Transforming multiple XML files into one file

2006-07-05 07:50:15
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--