I used debug mode to trace the error and am seeing this:
umbracoMacro InnerException An error occurred while parsing EntityName. Line 4, position 52.
An error occurred while parsing EntityName. Line 4, position 52.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.Throw(String res)
at System.Xml.XmlTextReaderImpl.ParseEntityName()
at System.Xml.XmlTextReaderImpl.ParseEntityReference()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at umbraco.editorControls.tags.library.getAllTagsInGroup(String group)
Can anyone shed some light on what's happening here?
This is a custom version of Umbraco. It was white labeled, so the version number may be incorrect. It looks to be either v2 or v3.5? v2 was on the login screen, but that may be the customized Umbraco build. v3.5 was in the web.config file.
Error parsing XSLT file: \xslt\BlogCategories.xslt
Hey all. I'm new to Umbraco and came across an issue with the existing site. Here is the error I'm seeing on the page:
Error parsing XSLT file: \xslt\BlogCategories.xslt
I used debug mode to trace the error and am seeing this:
umbracoMacro InnerException An error occurred while parsing EntityName. Line 4, position 52. An error occurred while parsing EntityName. Line 4, position 52. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.Throw(String res) at System.Xml.XmlTextReaderImpl.ParseEntityName() at System.Xml.XmlTextReaderImpl.ParseEntityReference() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at umbraco.editorControls.tags.library.getAllTagsInGroup(String group)
Can anyone shed some light on what's happening here?
Hi Tony
Welcome to our forum! What version of Umbraco are you using?
Can you share the code of "\xslt\BlogCategories.xslt"?
Thanks,
Alex
Thanks, Alex!
This is a custom version of Umbraco. It was white labeled, so the version number may be incorrect. It looks to be either v2 or v3.5? v2 was on the login screen, but that may be the customized Umbraco build. v3.5 was in the web.config file.
Hi Tony,
It's very old version, can you show xslt code?
Maybe we will help.
Thanks,
Alex
is working on a reply...