Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mondrian schema problem with dimensionusage #56

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Mondrian schema problem with dimensionusage #56

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant