|
|
@@ -99,7 +99,12 @@
|
|
|
<xsl:attribute name="name" select="'webRootUrl'"/>
|
|
|
<xsl:attribute name="value" select="$webRootUrl"/>
|
|
|
</xsl:element>
|
|
|
-
|
|
|
+ <xsl:comment>
|
|
|
+ Important variables:
|
|
|
+ typeName=<xsl:value-of select="$typeName"/>;
|
|
|
+ xpath=<xsl:value-of select="$xpath"/>;
|
|
|
+ xpath_value=<xsl:value-of select="$xpath_value"/>;
|
|
|
+ </xsl:comment>
|
|
|
|
|
|
|
|
|
<xsl:apply-templates mode="ant_target" select=".">
|