Saxon-JS 2 user input events not handled
Martynas Jusevičius <martynas-tyFqBaoSXPC1Z/[email protected]>
| Newsgroups | gmane.text.xml.saxon.help |
|---|---|
| Message-ID | <CAE35VmzCrstzFaLBL9i8eMkPEUh2UpmfrfFgqUfNTyJH1UtZ9g@mail.gmail.com> |
Hi,
I've upgraded a Saxon-CE stylesheet to work under Saxon-JS 2.
The templates initiated by the initialTemplate work fine.
However the templates handling user events don't seem to work anymore. Examples:
<xsl:template match="input[@id = 'uri']" mode="ixsl:onkeyup" priority="1">
<xsl:template match="*[@id = 'container-pane']/div/ul[@class =
'nav nav-tabs']/li/a" mode="ixsl:onclick">
I've put <xsl:message> in them but I cannot get any output in the
console even though I've turned up the logLevel to 10.
Stylesheet source:
https://github.com/AtomGraph/LinkedDataHub/blob/rf-saxon-js2/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/client.xsl#L1294
Martynas