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 f0c80f53 authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

added sort method for trailer ApplicableVehicleGroups

parent 7814a292
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,14 @@
</xsl:if>
</xsl:template>
<xsl:template match="*[local-name()='ApplicableVehicleGroups' and ./*[local-name()='ApplicableVehicleGroup']]">
<xsl:element name="{local-name()}">
<xsl:for-each select="*[local-name()='ApplicableVehicleGroup']">
<xsl:sort data-type="text" select="text()" order="ascending"/>
<xsl:apply-templates select="."/>
</xsl:for-each>
</xsl:element>
</xsl:template>
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment