at System.Xml.XmlDocument.CheckName(String name)
at System.Xml.XmlElement..ctor(XmlName name, Boolean empty, XmlDocument doc)
at System.Xml.XmlDocument.CreateElement(String prefix, String localName, String namespaceURI)
at System.Xml.XmlDocument.CreateElement(String name)
at Dynamicweb.Templatev2.TemplateXml.TagsToXml(XmlElement ParentElement, TagCollection tags)
at Dynamicweb.Templatev2.Template.ParseXML()
at Dynamicweb.Templatev2.Template.Output()
at Dynamicweb.Modules.DataManagement.PublishingRenderer.RenderPublishing(Publishing pub, Template template)
at Dynamicweb.Modules.DataManagement.PublishingFrontend.RenderPublishing(String result)
at Dynamicweb.Modules.DataManagement.PublishingFrontend.GetContent()
at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)
System.Xml.XmlException: The ' character, hexadecimal value 0x24, cannot be included in a name.
at System.Xml.XmlDocument.CheckName(String name)
at System.Xml.XmlElement..ctor(XmlName name, Boolean empty, XmlDocument doc)
at System.Xml.XmlDocument.CreateElement(String prefix, String localName, String namespaceURI)
at System.Xml.XmlDocument.CreateElement(String name)
at Dynamicweb.Templatev2.TemplateXml.TagsToXml(XmlElement ParentElement, TagCollection tags)
at Dynamicweb.Templatev2.Template.ParseXML()
at Dynamicweb.Templatev2.Template.Output()
at Dynamicweb.eCommerce.Frontend.Renderer.RenderProducts(ProductCollection Products)
at Dynamicweb.eCommerce.Frontend.Frontend.ListProducts(ProductCollection products, String groupsIdent, Boolean hasBeenSorted)
at Dynamicweb.eCommerce.Frontend.Frontend.List(String groups) at Dynamicweb.eCommerce.Frontend.Frontend.EcomRender()
at Dynamicweb.eCommerce.Frontend.Frontend.GetContent()
at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)
It's allways been a problem to send pages with modules that use XSLT templates. But now I somehow got, what I think is usable debug information. Somehow, someone has put in a ' character where it is not allowed when calling the xml data.
Without a fix for this. Newsletters are a nightmare for sites that use XSLT.
It's allways been a problem to send pages with modules that use XSLT templates. But now I somehow got, what I think is usable debug information. Somehow, someone has put in a ' character where it is not allowed when calling the xml data.
Without a fix for this. Newsletters are a nightmare for sites that use XSLT.