Hi All,
We have requirement to write an xml document where it should have some elements and pdf file as attachment.
For Example:
<purchaseorder>
<itemNo>123</itemNo>
<itemname>shoes</itemname>
<pdfAttachment>href=/somefoldername/Invoice.pdf</pdfAttachment>
</purchaseorder>
When user clicks on pdfAttachment element pdf file should open.
Anyone please share your ideas how to do this.
Thanks,
Jagadesh.