|
|
@@ -65,11 +65,7 @@
|
|
|
<xsl:copy-of select="$title"/>
|
|
|
<xsl:for-each select="send_email:send_email.send_email_from_xml_parsed.xml.child">
|
|
|
<echo message="OUTPUT__START"/>
|
|
|
- <echo><br>Will send sending message to <xsl:value-of select="."/> -
|
|
|
- Run ant $send_email.send_email_from_xml_parsed.xml = <xsl:value-of select="$send_email.send_email_from_xml_parsed.xml"/>
|
|
|
- target send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>
|
|
|
- <a href="${antFunctionUrl}&confirmAntfile=${confirmAntfile}&confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>>Wyslij mail do <xsl:value-of select="."/></a>
|
|
|
- </br></echo>
|
|
|
+ <echo><a href="${antFunctionUrl}&confirmAntfile=${confirmAntfile}&confirmAntfileTarget=send_email.send_email_from_xml_parsed.build.xml.confirm.<xsl:value-of select="position()"/>">Wyslij mail do <xsl:value-of select="."/></a></echo>
|
|
|
<echo message="OUTPUT__END"/>
|
|
|
</xsl:for-each>
|
|
|
</target>
|