How to create template object from list of XSLTs in Xalan

ajay bhadauria <[email protected]> Tue, 22 Mar 2011 08:57:45 -0700 (PDT)
Newsgroups gmane.text.xml.xalan.java.user
Message-ID <[email protected]>
Hi,

As in the schema factory, we can get the schema object either using one source file or array of source files by using below APIs
schema newSchema( Source schema )
schema newSchema( Source [] schemas )


How do we get the template object from the array of sources (list of xslts) ? Is there a way to construct template object with list of xslts.


Regards
Ajay