Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all, I have a wierd problem with my XSLT Macro's. When I add one to the editor nothing appears, all it shows for example if the alias name: I have tried it with the Runway News feed and that does the same, but I have another XSLT working fine (top navigation). This is my code, I have been looking through it to see if its anything I have done but cant see anything wrong :( [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">
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XSLT Macro not rendering to page
Hi all,
I have a wierd problem with my XSLT Macro's.
When I add one to the editor nothing appears, all it shows for example if the alias name:
I have tried it with the Runway News feed and that does the same, but I have another XSLT working fine (top navigation).
This is my code, I have been looking through it to see if its anything I have done but cant see anything wrong :(
[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 much appreciated
Tom
is working on a reply...