<xsl:when test="FieldName[starts-with(., 'COPROPCD')]"> <a <xsl:attribute name="href">file://isd10/share/ALLCOUNTIES.htm?ServerFilter="COUNTYCODE='<xsl:value-of select="FieldValue" />'" </xsl:attribute><xsl:value-of select="FieldValue"/> </a> </xsl:when>
Scott,
Are you able to post the XSL and data here? - if so I will happily test this. Alternatively email me directly on mbranscomb@esri.com.
Regards
Mike
<xsl:variable name="prefix_COUNTY"> <xsl:text>\\isd10\share\Scott\ALLCOUNTIES.htm?ServerFilter=</xsl:text> </xsl:variable>
<xsl:variable name="prefix_COUNTY"> <xsl:text>C:\test\ALLCOUNTIES.htm?ServerFilter=</xsl:text> </xsl:variable>