XSLT and referencing images in the database
448186Aug 15 2006 — edited Aug 18 2006I am have a process where I generate XML from a sql statement and then transform with an XSLT stored in the database. What I need to do is attach an Image to the XSLT file. I am unsure how to do this and any help would be great.
1. Do I try and hard code the image into the XSLT file
2. Do I try and reference the blob in the XSLT file somehow
Any help would be great
Andrew