First of all it seems to me to be a question of which XML schema you're using. Is it a brand new 4.7.0 installation or an update? Please look at the following link to get further info about the new and old XML schema and how to switch:
Chriztian, that was exactly what I needed to do... It works like a charm now :)
Thank you.
Søren, yes I am working on a brand new Umbraco 4.7 installation. I will read the link you send right away, so I know how to deal with stuff like this, next time... Thank you.
XSLT problems with images
Hi Guys
I am building an image gallery, in Umbraco 4.7.0...
In earlier versions of Umbraco I did this by doing so:
<xsl:for-each select="$currentPage/* [string(data [@alias='umbracoNaviHide']) != '1']">
<a href="{data [@alias = 'umbracoFile']}" id="single_image" class="grouped_elements" rel="group1">
<img class="image-border" height="410px" src="{concat(substring-before(data [@alias='umbracoFile'],'.'), '_thumb_616.jpg')}"/>
</a>
</xsl:for-each>
I don't know what to change to make it work, can anyone please help me out? :)
// Mikkel
Hi Mikkel,
You should be able to get by with this:
/Chriztian
Hi Mikkel,
First of all it seems to me to be a question of which XML schema you're using. Is it a brand new 4.7.0 installation or an update? Please look at the following link to get further info about the new and old XML schema and how to switch:
http://our.umbraco.org/wiki/reference/xslt/45-xml-schema/switching-between-old-and-new-schema
Best regards,
Søren
Chriztian, that was exactly what I needed to do... It works like a charm now :)
Thank you.
Søren, yes I am working on a brand new Umbraco 4.7 installation.
I will read the link you send right away, so I know how to deal with stuff like this, next time... Thank you.
// Mikkel
is working on a reply...