This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how can I write in the commandline that dealwith several input xml files


Kay Michael wrote:
> 
> > I want to know how can I write in the command line
> > to deal with several input xml file and one xslt file then output one
> > output file
> 
> You can't. If there's one output file then there is one transformation and
> therefore one principal input document; secondary input documents have to be
> loaded by the stylesheet itself using the document() function.

Alternatively, you (well, the original poster) might make a new XML file 
that includes the other two files using external entity references.


-- 
Daniel Barclay
Digital Focus
Daniel.Barclay@digitalfocus.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]