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

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -