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

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

adding comment for XSLT

parent 763ebee6
No related branches found
No related tags found
No related merge requests found
<!--
This XSL transformation is intended to be applied as first canonicalization step when computing the hash
for VECTO component data or VECTO job data.
The transformation performs the following operations:
- strip off namespace prefixes
(although namespace prefixes are considered part of the signature for the purpose of hashing VECTO data
it does not provide additional semantics because the file has to validate against a XSD schema anyways
and may cause troubles when re-creating the VECTO data from database systems)
- normalize the whitespaces of all attribute values and text nodes
leading and trailing whitespaces are removed
multiple whitespaces are replaced by a single whitespace
- sort entries in fuelconsumption map and loss-maps (i.e, transmission, axlegear, angledrive)
- sort entries of torque converter characteristics
- 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:template match="*">
......
......@@ -25,7 +25,7 @@
</Folder>
<Folder FolderName="XSL Files" ExtStr="xsl;xslt">
<File FilePath="E:\QUAM\Workspace\VECTO_API\API\RenderTable.xslt" HomeFolder="Yes"/>
<File FilePath="E:\QUAM\Workspace\VECTO_API\API\XSD\SortInputData.xslt" HomeFolder="Yes"/>
<File FilePath="E:\QUAM\Workspace\VECTO_quam\VectoCommon\VectoHashing\Resources\XSLT\SortInputData.xslt" HomeFolder="Yes"/>
</Folder>
<Folder FolderName="XQuery Files" ExtStr="xq;xql;xquery;xqu"/>
<Folder FolderName="HTML Files" ExtStr="html;htm;xhtml;asp"/>
......
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