<xsl:if test="$currentPage/teaser//umbracofile!=''"> test <xsl:value-of select=".//fyldh" /> <xsl:value-of select=".//fyldb" /> <xsl:variable name="images" select="umbraco.library:Split(.//umbracofile, ',')"/> <xsl:for-each select='$images/value'> <xsl:variable name="galleryImage" select="umbraco.library:GetMedia(., false)"/><!-- get the media by id--> <xsl:value-of select="$galleryImage" /> billede <img src="{$galleryImage/billedeCrop/crops/crop[@name='$column1x1']/@url}" alt=""/> <!-- the media item has a propery named 'imageCrops' and the crop name is 'Gallery Product'-->
numbers after images in Xslt
why do all the numbers come after the image
/media/218/IMG_0999.jpg19001100800335jpg
Can you please post your xslt code ?
Biran try
is working on a reply...