how to get all the images from a folder with extension .jpg using xslt -
for example,i have folder name, test under n number of images stored .jpg extension log files. need top .jpg images not log files using xslt. possible.?
in saxon 9.7 xslt 3.0 support can sequence of uris file name ending e.g. uri-collection('directory-name?select=*.jpg')
. not sure want when "get images", suggestion allow file uris of images, e.g. file:/root/directory-name/file1.jpg
.
Comments
Post a Comment