I've got at a eCom using xslt productlist templates. When I use the NextPage function I get this error when clicking the next link:
An error occured while attaching module (Dynamicweb.Frontend.Content)
System.Xml.XmlException: The ';' character, hexadecimal value 0x3B, 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.RenderGroups(GroupCollection Groups) at Dynamicweb.eCommerce.Frontend.Frontend.EcomRender() at Dynamicweb.eCommerce.Frontend.Frontend.GetContent() at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)If I manually change the & in my url to & it loads the next page perfectly... This is a huge BUG!
I've got a site, where I've got 500+ products which needs to be in one group, but now I can't show more than the first 100, because of the 100 items pr. page limit...
What to do?