<xsl:param name="currentPage"/> <xsl:variable name="gallery" select="/macro/gallery"/> <xsl:variable name="galleryName" select="/macro/galleryName"/> <!-- need some if here so that we dont have nulls --> <xsl:variable name="height" select="/macro/height"/> <xsl:variable name="width" select="/macro/width"/> <xsl:variable name="align" select="/macro/align"/>
Converting to new XSLT schema
Hi,
I am creating a site in the Umbraco 4.7 and I am having trouble conveting the following XSLT from the old schema to the new schema:
I have tried the following online and package converters and neither seem to work:
http://blackpoint.dk/umbraco-workbench/tools/convert-xml-schema-to-45-.aspx?p=2
http://our.umbraco.org/projects/developer-tools/xsltupdater-for-umbraco
Any help would be greatly apreciated??
is working on a reply...