preproc: Remove @override from eseq:is-expandable function

This was throwing a warning in non-ancient versions of Saxon.  It does not
need to be there, nor should it be, nor do I know why it was put there.

* src/current/include/preproc/template.xsl (eseq:is-expandable): Remove
  @override.
master
Mike Gerwitz 2018-07-13 23:49:18 -04:00
parent d624ee6d7e
commit ea7e0e1565
1 changed files with 1 additions and 2 deletions

View File

@ -1353,8 +1353,7 @@
<xsl:function name="eseq:is-expandable" as="xs:boolean"
override="yes">
<xsl:function name="eseq:is-expandable" as="xs:boolean">
<xsl:param name="node" as="node()" />
<!-- TODO: what a mess; clean me up by changing the point at which