我需要在附件文件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>
如何在xml中的node标记内的attachment
标记中完成此操作。
提前致谢。