Здравствуйте! Как получить полный путь изображения? Кодом ниже,я получил только концовку,а точнее имя файла с разрешением типа "information_groups_property_77.jpg". Вроде бы все правильно,но не знаю как получить полный путь. Он обычно выглядит вот так "/upload/information_system_19/0/1/5/group_15/information_groups_property_77.jpg"
<xsl:variable name="cover2" select="informationsystem_group[@id=$group]/property_value[tag_name='cover']/file" />
<header style="background-image: url('{$cover2}');" class="rb-header">