Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<xsl:stylesheet etc, etc, etc>
<xsl:param name="FamilyName">Default value</xsl:param>
<xsl:template match="/">
This is the family <xsl:value-of select="$FamilyName"/>
</xsl:template>
</xsl:stylesheet>
[\code]
If you have a xml file with in it a link to the stylesheet you can now pass the parameter using the following syntax:
(assuming your xml file is called myxml.xml)
myxml.xml?FamilyName=Reineman
If you use scripting and objects, then you will have to use the XSLTemplate object and the IXSLProcessor object.
Good luck!
Jordi Reineman
Cap Gemini Ernst & Young