HOW TO
Instructions provided describe how to format hyperlinks in ArcMap to be displayed as active links in ArcGIS Explorer for Desktop.
Note:
The default template includes code to create a link from information saved as website paths as well as relative paths with the \\ (UNC) format. If it is necessary to include a full path, such as to C:\, an additional code section must be added.
</xsl:when>
<xsl:when test="FieldValue[starts-with(., 'C:\')]">
<a target="_blank">
<xsl:attribute name="href">
<xsl:value-of select="FieldValue"/>
</xsl:attribute>
<xsl:value-of select="FieldValue"/>
Get help from ArcGIS experts
Download the Esri Support App