I am tweaking an old xslt based rss feed macro in 7.12.2 but the media picker is returning "umb://media/a48a0fbdd97d4558b5fa52869cf8a4c8" which i haven't been able to use.
How do i get an image from those parameteres using only xslt?
(I would love to move the macro to razor but at the moment the client will not allow me)
Using images in xslt in 7.12.2
I am tweaking an old xslt based rss feed macro in 7.12.2 but the media picker is returning "umb://media/a48a0fbdd97d4558b5fa52869cf8a4c8" which i haven't been able to use.
How do i get an image from those parameteres using only xslt?
(I would love to move the macro to razor but at the moment the client will not allow me)
Hi illumi,
Have a look at this post: https://our.umbraco.com/forum/templates-partial-views-and-macros/92226-working-with-umbraco-udi-in-xslt
Basically, I wrote a helper to get the media item from the UDI so everything just works as usual.
Hope that helps,
/Chriztian
Cheers Mr C. :)
is working on a reply...