You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is an error in the script xml-schema-report.xlst
around line 202
<td>
<xsl:for-each select="DimensionUsage[@source = $dimension-name]">
<xsl:attribute name="class">
dimension-usage
</xsl:attribute>
<xsl:if test="@name != @source"><xsl:value-of select="$dimension-name"/></xsl:if>
</xsl:for-each>
</td>
the td's are outside of the loop
they should be inside, or create some other nodes!?
dont know which one is the correct solution
but doesnt exit with an error anymore
great stuff though!
Original issue reported on code.google.com by [email protected] on 16 May 2013 at 5:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 May 2013 at 5:42The text was updated successfully, but these errors were encountered: