Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 84ecdf29 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

move comment

parent 18748d6b
Branches
Tags
No related merge requests found
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- <!--
This XSL transformation is intended to be applied as first canonicalization step when computing the hash This XSL transformation is intended to be applied as first canonicalization step when computing the hash
for VECTO component data or VECTO job data. for VECTO component data or VECTO job data.
...@@ -15,9 +17,7 @@ ...@@ -15,9 +17,7 @@
- sort torque limiation entries - sort torque limiation entries
- sort gears - sort gears
- sort axles - sort axles
--> --> <xsl:output omit-xml-declaration="no" indent="yes"/>
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xsl:output omit-xml-declaration="no" indent="yes"/>
<xsl:template match="*"> <xsl:template match="*">
<xsl:element name="{local-name()}"> <xsl:element name="{local-name()}">
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*|node()"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment