diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-09 00:01:44 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-11 21:03:51 -0400 |
commit | 88da519c5e43566871e504a4716ac7609e9adf2c (patch) | |
tree | c48c9f442a6cc17672e1d1bcf62cc0f091dc897f | |
parent | cf57857ce5f9e64d66a7b6e4f407d777522db190 (diff) | |
download | tame-88da519c5e43566871e504a4716ac7609e9adf2c.tar.gz tame-88da519c5e43566871e504a4716ac7609e9adf2c.tar.bz2 tame-88da519c5e43566871e504a4716ac7609e9adf2c.zip |
template.xsl: Remove eseq:expand-node function @override
* src/current/include/preproc/template.xsl (eseq:expand-node)[@override]:
Remove attribute (deprecated by Saxon and unneeded).
-rw-r--r-- | src/current/include/preproc/template.xsl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/current/include/preproc/template.xsl b/src/current/include/preproc/template.xsl index bc63fe6..0f6e64d 100644 --- a/src/current/include/preproc/template.xsl +++ b/src/current/include/preproc/template.xsl @@ -1380,8 +1380,7 @@ -<xsl:function name="eseq:expand-node" as="node()*" - override="yes"> +<xsl:function name="eseq:expand-node" as="node()*"> <xsl:param name="node" as="node()" /> <xsl:apply-templates mode="preproc:macros" |