Hi,
I have tried the following but it do not work:
<xsl:variable name="path1" select="string( '&')"/>
<xsl:variable name="path1" select="string( '&')"/>
<xsl:variable name="path1" select="&"/>
Thanks in advance
Ofuuzo
I have tried the following but it do not work:
<xsl:variable name="path1" select="string( '&')"/>
<xsl:variable name="path1" select="string( '&')"/>
<xsl:variable name="path1" select="&"/>
Thanks in advance
Ofuuzo
Comment