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]
Other format: [Raw text]

RE: Problem with transformation with two XML input files.


Either supply the second input file as a parameter, or access it using the
document() function.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Mukul.Mudgal@etindia.com
> Sent: 02 May 2002 11:06
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] Problem with transformation with two XML input files.
>
>
> hi all,
>
> Is there any solution of this problem...
>
> I'm using two XML files for getting the resultant XSL file.
>
> if (true){
> do some thing using XML file 1.
> }
> else {
> do some thing using XML file 2.
> }
>
> Now,I'm using Xalan's transform(InputXMLfile, XSLfile, outputXMLfile);
>
> now problem is how can I ,do the above mentioned
> transformation using xalan
> since it is using one XML file for input and I want to use to
> XML files.
>
> Thanks
>
> Mukul
>
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 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]