Can be saved in the backend without making "Skip testing (ignore errors)" so it must be something wrong with the syntax. But it works in the template. A bug maybe, as it is the same with the Runway top nav!
Hi, that is strange. I use umbraco v 4.0.0 (Assembly version: 1.0.3327.20280) acc. to "About" in backend.
It might be a bug caused by the server. I dont really know anything about the server but i guess it is Ok then. Thanx for checking. I have to consider any possibility when the script doesnt work the way I want it to. I am new to XSLT.
I am trying to assign a current class to the viewed
tag and making my sub menu to show all children to a node even if I view oon of the children. Right now all
I have upgarded umbraco 4.0.3 to umbraco version 4.7.1.now in the front end i am facing xslt issue
"Object reference not set to an instance of an object. Object reference not set to an instance of an object. at umbraco.macro.GetXsltExtensionsImpl() at umbraco.macro.<GetXsltExtensions>b__4() at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem) at umbraco.macro.GetXsltExtensions() at umbraco.macro.AddMacroXsltExtensions() at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters) at umbraco.macro.loadMacroXSLT(macro macro, MacroModel model, Hashtable pageElements)"
Problem saving XSLT navigation
Can be saved in the backend without making "Skip testing (ignore errors)" so it must be something wrong with the syntax. But it works in the template. A bug maybe, as it is the same with the Runway top nav!
[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]
Hi,
It works fine on my local install? What's the umbraco version you're using?
Regards,
/Dirk
Hi, that is strange. I use umbraco v 4.0.0 (Assembly version: 1.0.3327.20280) acc. to "About" in backend.
It might be a bug caused by the server. I dont really know anything about the server but i guess it is Ok then. Thanx for checking. I have to consider any possibility when the script doesnt work the way I want it to. I am new to XSLT.
I am trying to assign a current class to the viewed
Is this simple procedure or?
Are you redirecting the top level node by any chance?
I have upgarded umbraco 4.0.3 to umbraco version 4.7.1.now in the front end i am facing xslt issue
"Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.macro.<GetXsltExtensions>b__4()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters)
at umbraco.macro.loadMacroXSLT(macro macro, MacroModel model, Hashtable pageElements)"
if any one can help me out in sorting this.
is working on a reply...