I have discovered the answer to my last problem (for some reason umbraco would like me using a variable to tell it how to sort the list!) Anyways i have recently encountered another problem.
Im trying to make a section page that grabs images from its decendents and lists the images (its related to the gallery im working on). Its not throwing out any errors but its not garbbing any images.
When i remove the if statement it will display a text version.
Gallery List [solved]
Hi again,
I have discovered the answer to my last problem (for some reason umbraco would like me using a variable to tell it how to sort the list!) Anyways i have recently encountered another problem.
Im trying to make a section page that grabs images from its decendents and lists the images (its related to the gallery im working on). Its not throwing out any errors but its not garbbing any images.
When i remove the if statement it will display a text version.
The code is:
[code]
]>
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
[/code]
Any help would be much appriecated
Never mind i found the problem, it was selecting further down the tree than i wanted, XML inexperience at work there!
is working on a reply...