In my stylesheet, I am trying to set a default value for an input parameter for a line starting with a dot character. And always get error code 0x8004005 - Expected toden 'eof' found 'NAME'. For instance:
<xsl:param name="p1" select=".exe"/>
However, it does not matter what follows the point. Always the same mistake. How to create this line to include the first point?
source share