Code development platform for open source projects from the European Union institutions

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

move comment

parent 18748d6b
No related branches found
No related tags found
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
for VECTO component data or VECTO job data.
......@@ -15,9 +17,7 @@
- sort torque limiation entries
- sort gears
- sort axles
-->
<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:output omit-xml-declaration="no" indent="yes"/>
<xsl:template match="*">
<xsl:element name="{local-name()}">
<xsl:apply-templates select="@*|node()"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment