-
Notifications
You must be signed in to change notification settings - Fork 0
/
ex07-xslt.html
50 lines (36 loc) · 1.51 KB
/
ex07-xslt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE HTML>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Programme</title><link href="themes/remark-dark.css" rel="stylesheet" media="all" type="text/css"></head><body><textarea id="source">
title: TP07 Application d’une XSLT
description: Emmanuel Château-Dutier et Nicolas Sauret, mars 2019
theme: themes/remark-dark.css
name: inverse
layout: true
class: inverse
---
name: index
class: center middle
# TP07 Application d’une XSLT
### EDN6101 - Édition critique avec la TEI | 22 février 2020
.footnote[[Répertoire GitHub](https://github.com/publicarchitectura/initiationTEI) | [Programme](00-programme.html)]
![test](images/logo.svg)
---
layout: false
# Application de la transformation finale
* ouvrir `corrige/acteRoyalFinal.tei.xml`
* ouvrir `xsl/tei2html-def.xsl`
* configurer un nouveau scénario de transformation
* exécuter la transformation
---
template: inverse
class: center middle
.footnote[[revenir au début](#index)]
.footnote[[programme](00-programme.html)]
.footnote[[revenir au début](#index) | [programme](00-programme.html#6)]
</textarea><script src="js/remark-0.6.5.min.js" type="text/javascript"></script><script type="text/javascript">
var hljs = remark.highlighter.engine;
</script><script src="remark.language.js" type="text/javascript"></script><script type="text/javascript">
var slideshow = remark.create({
highlightStyle: 'monokai',
highlightLanguage: 'remark'
}) ;
</script></body></html>