Hi All,
I m using TS 732 in which using formpublisher I am generating the html files output.
mean DCR+ XSLT ->generate output html files. Few of these files have images which take relative path, this is fine if its run in the same server.
Now in my case these html files run in one server and the other application wants to consume these html files through URLs run in other server, due to relative path of the images these do not get shown in the app which wants to consume.
I want that I should give the absolute path to the images during generate of it.
Anyway to get this done using XSLt ie PT or DCT etc?