Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML with email id

249990May 1 2006
Hi,

Could any one tell me, how to pass the url in the Email body of the XML document? I used the following code. It is throwing the error - "REP-34304: Expected name instead of =." This xml is used for Report Bursting.


<destinations>
<foreach>
<mail id="mal" to="mm@wipro.com" from="ay@thd.com" subject="url for the report">
<body>
<instance="this">
<include src="mainSection"/>
</body>
</mail>
</foreach>
</destinations>

Appreciate quick response.

Malathi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2006
Added on May 1 2006
0 comments
211 views