<?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" omit-xml-declaration="yes" indent="yes" encoding="utf-8"/> <xsl:param name="html-content-type"/> <xsl:variable name="availableloops" select="'BOMProducts'" /> <xsl:template match="/Template"> <textarea><xsl:copy-of select="." /></textarea> <xsl:apply-templates select="/Template" mode="product"></xsl:apply-templates> </xsl:template> <xsl:template match="/Template" mode="product"> </xsl:template> </xsl:stylesheet>
"The connection was reset.
The connection to the server was reset while the page was loading"
DynamicWeb support was no help, all they write are:
"This is not at general bug in variants. Fault properly in template. We do not support or debug template in support."
Does this mean that VariantCombinations can't be added to available loops? If not how do you output VariantCombinations for BOMProducts?