添付ファイル test.dat を (test_currentDateTime.dat) として動的タイムスタンプを追加する必要があります。
変更する必要があるサンプル コード:
<node name="testEmail" type="emailoutput"
subject="this is a test mail with an attachment"
xsl="&XSLPATH;test.xsl" outputType="text/plain" >
<attachment type="text/plain" name="test.dat"/>
</node>
attachment
xmlのノードタグ内にあるタグでこれを行うにはどうすればよいですか。
前もって感謝します。