Code development platform for open source projects from the European Union institutions
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VECTO Sim Tobia
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VECTO
Guests
VECTO Sim Tobia
Commits
84ecdf29
Commit
84ecdf29
authored
7 years ago
by
Markus QUARITSCH
Browse files
Options
Downloads
Patches
Plain Diff
move comment
parent
18748d6b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VectoCommon/VectoHashing/Resources/XSLT/SortInputData.xslt
+4
-4
4 additions, 4 deletions
VectoCommon/VectoHashing/Resources/XSLT/SortInputData.xslt
with
4 additions
and
4 deletions
VectoCommon/VectoHashing/Resources/XSLT/SortInputData.xslt
+
4
−
4
View file @
84ecdf29
<!--
<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()"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment