obdurodon / dh_course

Digital Humanities course site
GNU General Public License v3.0
20 stars 6 forks source link

XSLT Debugger Error Message #301

Closed pickettj closed 5 years ago

pickettj commented 5 years ago

I'm getting an odd error message during XSLT debugging. It seems to run fine anyway, but still strange.

Every time I click "debug" it tells me that Saxon-HE is not up to 3.0 snuff; but I am fairly certain that HE is the correct version. Screenshot:

image

Here are the settings I have at the top (I suspect something in there is toggled wrong):

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0"
    xmlns="http://www.w3.org/1999/xhtml">
    <xsl:output method="xml" indent="yes" doctype-system="about:legacy-compat"/>
djbpitt commented 5 years ago

@pickettj I’m not sure what’s going on here. Can you please bring your laptop to class and we can look at it there?

pickettj commented 5 years ago

Upgrading to new version of Oxygen indeed fixes this issue.