> -----Original Message----- > From: Parameswaran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 12, 2006 11:48 AM > > i am having two different XSL. say a.xsl and b.xsl > > both are running fine on issuing the following line of commands ... > > fop -xml Additional.xml -xsl a.xsl -pdf myform.pdf fop -xml > Additional.xml -xsl b.xsl -pdf myform.pdf > > Then i tried included the a.xsl in b.xsl using "", then on > running the below line fop -xml Additional.xml -xsl b.xsl > -pdf myform.pdf > > The a.xsl is not executed. but since i included the a.xsl the > expected behaviour should be having the both a.xsl and b.xsl > giving the output to myform.pdf. Or i wronged somewhere>??? > > Plz help me. My requirement is to include xsl to main xsl and > by running the main xsl i should get the output.
Hi, This sounds like a pure XSLT question, using xsl:import or xsl:include. You should ask it here: http://www.mulberrytech.com/xsl/xsl-list/index.html However, more info is needed. You should post your XSLT files. Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
