is occassionally throwing: Error parsing XSLT file : \xslt\TopNavigation.xslt
The error is intermittment and I can't seem to get it to be thrown consistently. I've checked the XML that it is looping through and it is over 37,000 lines long.
Could it be that the length of the XML is causing the issue? If not, any ideas of what I should be looking for?
Intermittent error parsing Xslt in navigation
Our navigation which is based on this common for loop:
<xsl:for-each select="$currentPage/ancestor-or-self::node[@nodeName=$CategoriesRoot]/node[@nodeTypeAlias = 'Category']">
is occassionally throwing: Error parsing XSLT file : \xslt\TopNavigation.xslt
The error is intermittment and I can't seem to get it to be thrown consistently. I've checked the XML that it is looping through and it is over 37,000 lines long.
Could it be that the length of the XML is causing the issue? If not, any ideas of what I should be looking for?
is working on a reply...