Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
0d00a028
Commit
0d00a028
authored
Dec 22, 2016
by
NF29 Etudiant
Browse files
Gestion de tous les fichiers en input
parent
3a07fa62
Changes
1
Hide whitespace changes
Inline
Side-by-side
framapad_to_hdoc/xsl/html2xhtmlv2.xsl
100755 → 100644
View file @
0d00a028
...
...
@@ -48,8 +48,14 @@
<xsl:apply-templates
select=
"*"
/>
</ol>
</xsl:template>
<xsl:template
match=
"h1 | h2 | h3 | h4 | h5 | h6"
>
Titre (non pris en compte pour l'instant) :
<xsl:apply-templates
select=
"@*|node()"
/>
</xsl:template>
<xsl:template
match=
"code"
>
Code (non pris en compte pour l'instant) :
<xsl:apply-templates
select=
"@*|node()"
/>
</xsl:template>
<xsl:template
match=
"page"
>
<xsl:apply-templates
select=
"@*|node()"
/>
</xsl:template>
...
...
@@ -59,4 +65,4 @@
<xsl:apply-templates
select=
"@*|node()"
/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
</xsl:stylesheet>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment