Hello,
I am referring to an xsl file from xml in the standard way:
<?xml-stylesheet type='text/xsl' href='"<xsl_location>"'?>
My question is if it is possible to transfer parameters from the xml file to the xsl through the <xsl_location> url and then use them conditionally in the xsl?
If yes, a simple example will be appreciated.
Roy
I am referring to an xsl file from xml in the standard way:
<?xml-stylesheet type='text/xsl' href='"<xsl_location>"'?>
My question is if it is possible to transfer parameters from the xml file to the xsl through the <xsl_location> url and then use them conditionally in the xsl?
If yes, a simple example will be appreciated.
Roy