Do you mean going to the developer section and trying to save the xslt file? I did that and didn't get any error. but I tried to visualize the xslt file and I got this error:
Is this good?
Error parsing the XSLT:
System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:tagsLib'. at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args) at(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, XPathNavigator post) at(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime, XPathNavigator {urn:schemas-microsoft-com:xslt-debug}current, XPathNavigator post) at(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at Root(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at Execute(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) at umbraco.macro.GetXsltTransformResult(XmlDocument macroXML, XslCompiledTransform xslt, Dictionary`2 parameters) at umbraco.presentation.umbraco.developer.Xslt.xsltVisualize.visualizeDo_Click(Object sender, EventArgs e)
The problem you have is with the uBlogsy Tag (uTagsy or whatever it's called). Check your config files if you overwrote them as you may have removed the reference.
The error says "Cannot find a script or an extension object associated withnamespace'urn:tagsLib" I know there's a library with uBlogsy called uTagsy, I'm not 100% but pretty sure that's where your problem lies.
Do you still have the uTagsy.Web.dll , also the /config/uTagsy.config file?
I have uninstall the package before the upgrade, and I can't find any of the other files you mention above. it seems that form some reason only the xslt files that are related to the blog aren't working, all other xslt files are working as expected, at least for now :)
xslt parsing error after upgrade
After upgrading from version 4.11.1 to 4.11.8 I get an error on 2 xslt macros
umbBlogPostListComments.xslt and umbBlogListPosts.xslt, what are the dll that are responsible for this xslt parsing?
Try saving the XSLT files and post the error.
Do you mean going to the developer section and trying to save the xslt file? I did that and didn't get any error. but I tried to visualize the xslt file and I got this error:
Is this good?
The problem you have is with the uBlogsy Tag (uTagsy or whatever it's called). Check your config files if you overwrote them as you may have removed the reference.
Rich
Thanks, how did you figure this out? so I can learn for the next time :) if I will uninstall the package will this help?
The error says "Cannot find a script or an extension object associated withnamespace'urn:tagsLib" I know there's a library with uBlogsy called uTagsy, I'm not 100% but pretty sure that's where your problem lies.
Do you still have the uTagsy.Web.dll , also the /config/uTagsy.config file?
I have uninstall the package before the upgrade, and I can't find any of the other files you mention above. it seems that form some reason only the xslt files that are related to the blog aren't working, all other xslt files are working as expected, at least for now :)
Found the issue :) in the xsltExtensions.config file I forgot to add this section after the upgrade. thanks for the help.
is working on a reply...