xslt - XSL include based on XSL:WHEN condition -
i have scenario here have multiple xsl designed different type of xml files. have application id passed xsl library want load different xsl based on application id values.
like if application id 1 if application id 2
how can this???
please help
in xslt, xsl:include
, xsl:import
must top-level elements, said in the specifications (here version 1.0).
that means can not condition loading of xsl file based on xml applying xsl to.
Comments
Post a Comment