Hi All,
My requirement is to create XSLT presentation template where the DCR having:
1.UID
2.Image
3.Link field
using this DCR, I should generate the o/p file which generate xml and also store the image which we browse in DCR (#2) in the folder we define in teamsite as:
UID+image extension of image in #2
example
CR
1.abc-123-345-uild-143
2./test/abc.jpg
3.http://google.com
then the xslt should generate the xml and also store the image some xyz folder in teamsite like:
abc-123-345-uild-143.jpg
image we can browse from:test folder like wwe did: abc.jpg
thanks