forked from textalign/TAN-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@Arithmeticus Happy to report that JS for the Venns is now working for me, but there's an odd XSLT issue.
$resolved-uri-to-diff-css points without issue to my saved output (tucked inside /applications), but none of the JS variables do. I've remedied it with a simple patch that works for me, but I'm not sure why the other variables don't succeed in resolving the way the CSS does.
My patch (works for me / highlights the problem variables):
<xsl:variable name="resolved-uri-to-diff-css" as="xs:string"
select="($resolved-uri-to-css-dir || 'diff.css')"/>
<!-- ebb: The CSS variable is fine. -->
<xsl:variable name="resolved-uri-to-TAN-js" as="xs:string"
select="('../../' || $resolved-uri-to-js-dir || 'tan2020.js')"/>
<xsl:variable name="resolved-uri-to-diff-js" as="xs:string"
select="('../../' || $resolved-uri-to-js-dir || 'diff.js')"/>
<xsl:variable name="resolved-uri-to-jquery" as="xs:string"
select="('../../' || $resolved-uri-to-js-dir || 'jquery.js')"/>
<xsl:variable name="resolved-uri-to-venn-js" as="xs:string"
select="('../../' || $resolved-uri-to-js-dir || 'venn.js/venn.js')"/>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels