-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
From @ahankinson on May 28, 2015 18:13
From roewenst...@gmail.com on July 31, 2014 10:12:27
The usage of the Saxon extension function evaluate() forces users to have a Saxon EE license and it doesn't seem to be necessary.
The line 1790 could be rewritten from
<xsl:value-of select="saxon:evaluate(ancestor::part[attributes/time/beats]/attributes/time/beats)"/>
to
<xsl:value-of select="ancestor::part[attributes/time/beats]/attributes/time/beats"/>
The lines 1794, 3857, 3861 can be rewritten in the same way.
Cheers, Daniel
Original issue: http://code.google.com/p/music-encoding/issues/detail?id=196
Copied from original issue: music-encoding/music-encoding#196
marnen