Setting value of XSL parameter xsl:param in Saxon Java API
In one of my previous posts I showed you how to generate HTML from XML data using XSLT. At times you would need to pass certain parameters to the XSLT and use the value of that parameter in generating your content. In this post we will exactly do that. This will be our sample XML … Read more