我需要添加带有附件文件 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 中节点标记内的标记中完成此操作。
提前致谢。