I don't know much about XSLT, but need to check the feasibility of a requirement. I know that using XSLT we can transform one document into another document with possibly different tag names and all.
Is it possible to generate 2 different output files for two different inputs using a single XSLT file? I have the liberty to use any java APIs if avaliable.
Kindly let me know.
<xsl:param>parameters at both local (template) and global (xslt) levels to control/customize the transformation.