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

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -