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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -