Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pdn-certic
MaX
Commits
91c91dcd
You need to sign in or sign up before continuing.
Commit
91c91dcd
authored
6 years ago
by
Guillaume Porte
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
4a18c6cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/regularisation/regularisation.xsl
+22
-0
22 additions, 0 deletions
plugins/regularisation/regularisation.xsl
with
22 additions
and
0 deletions
plugins/regularisation/regularisation.xsl
0 → 100644
+
22
−
0
View file @
91c91dcd
<?xml version="1.0" encoding="UTF-8"?>
<!--
For conditions of distribution and use, see the accompanying legal.txt file.
-->
<xsl:stylesheet
version=
"2.0"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:tei=
"http://www.tei-c.org/ns/1.0"
exclude-result-prefixes=
"tei xsl"
>
<xsl:template
match=
"//tei:choice"
><xsl:apply-templates/></xsl:template>
<xsl:template
match=
"//tei:orig | //tei:reg"
>
<span>
<xsl:attribute
name=
"class"
>
<xsl:value-of
select=
"local-name(.)"
/>
</xsl:attribute><xsl:apply-templates/>
</span>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
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