View stylesheet

XML schema http://dd.eionet.europa.eu/schemas/designation-types/designation-types-2018.xsd
Output type XML
Description Finalize Rows
XSL file designation-types-lock.xsl (Last modified: 22 Aug 2018 17:42 )
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://dd.eionet.europa.eu/namespaces/883" xpath-default-namespace="http://dd.eionet.europa.eu/namespaces/883">

    <xsl:output method="xml" indent="yes" omit-xml-declaration="no" />
    <xsl:strip-space elements="*"/>
    <xsl:param name="dateTime" select="current-dateTime()" />

    <xsl:template match="node()|@*">
        <xsl:copy>
            <xsl:apply-templates select="node()|@*"/>
        </xsl:copy>
    </xsl:template>

    <xsl:template match="Row/creationTime">
        <creationTime><xsl:value-of select="$dateTime"/></creationTime>
    </xsl:template>
</xsl:stylesheet>