Project

General

Profile

« Previous | Next » 

Revision 46151

Branch for migration to Saxon HE

View differences:

oaftemplate.xsl
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:TransformationFunction="http://www.d-net.research-infrastructures.eu/saxon-trans-extension"
3
                version="2.0"
4
                xmlns="http://namespace.openaire.eu/"
5
                extension-element-prefixes="TransformationFunction"
6
                exclude-result-prefixes="TransformationFunction">
7

  
8
	<xsl:param name="index" select="0"/>
9
	<!--<xsl:variable name="tf" select="TransformationFunction:getInstance()"/> -->
10

  
11
	<xsl:template name="terminate">
12
		<xsl:message terminate="yes">
13
			record is not compliant, transformation is interrupted.
14
		</xsl:message>
15
	</xsl:template>
16
</xsl:stylesheet>

Also available in: Unified diff