RE: [xsl] Problem with transformation with two XML input files.

Subject: RE: [xsl] Problem with transformation with two XML input files.
From: Mukul.Mudgal@xxxxxxxxxxx
Date: Thu, 2 May 2002 16:25:09 +0530
Hi Michael Kay

thanks for response...
But you are taking about ...when I create the XSL file that would use two
XML file.
I've created the XSL file using document()function. Now one condition is
here that is ...xsl is using both fils simultaneously while doing the
transformation.
Now How can we supply two XML file simultaneously as input file while doing
transformation using Xalan.


Mukul



                                                                                                                                                
                      "Michael Kay"                                                                                                             
                      <michael.h.kay@xxxxxxxxxxx        To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                             
                      m>                                cc:                                                                                     
                      Sent by:                          Subject:  RE: [xsl] Problem with transformation with two XML input files.               
                      owner-xsl-list@xxxxxxxxxxx                                                                                                
                      rrytech.com                                                                                                               
                                                                                                                                                
                                                                                                                                                
                      05/02/2002 04:07 PM                                                                                                       
                      Please respond to xsl-list                                                                                                
                                                                                                                                                
                                                                                                                                                




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

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Mukul.Mudgal@xxxxxxxxxxx
> Sent: 02 May 2002 11:06
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> 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











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


Current Thread