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:variable name="myArray">
<elem>1</elem>
<elem>2</elem>
<elem>3</elem>
<elem>4</elem>
<elem>5</elem>
</xsl:variable>
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
<xsl:value-of select="msxsl:nodeset($myArray)/elem[3]"/>