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

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
......@@ -205,7 +205,15 @@
</xsl:for-each>
</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.
Finish editing this message first!
Please register or to comment