I'm writing an XSL transform in Visual Studio. It is reporting that the semicolon in the following is an "unexpected token":
<xsl:param name="delimiters" select=";#" />
Does anyone know how to escape the semicolon? It hasn't shown up on any character lists I've found so far.