This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Description
hi
I'd like to create multiple File upload fields with different handles, like images / photo etc.
but when I change the handle, how should this code look like?
<img src="{//data/params/workspace}{image/@path}/{image/filename}" width="500" alt=""/>
Could you also explain me why can't I use:
<xsl:if select="data/news-images/entry">
[basically, I want to tell symphony that when image is available it should display it,
and when it's not it should ignore that field, which it doesn't do currrently, because
currently it wants to display all non existent images from that field]