S
shapper
Hello,
Inside my XSL file I have the following:
<xsl:element name="loc">
<xsl:value-of select="$MyParameter" />
<xsl:value-of select="substring(@url, 3)"/>
</xsl:element>
In line <xsl:value-of select="$MyParameter" /> I get an error saying:
The value of parameter MyParameter is either not defined or it is out
of scope.
Thanks,
Miguel
Inside my XSL file I have the following:
<xsl:element name="loc">
<xsl:value-of select="$MyParameter" />
<xsl:value-of select="substring(@url, 3)"/>
</xsl:element>
In line <xsl:value-of select="$MyParameter" /> I get an error saying:
The value of parameter MyParameter is either not defined or it is out
of scope.
Thanks,
Miguel