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
82b39996
Commit
82b39996
authored
Dec 22, 2016
by
Anna Lainé
Browse files
Fix error and table problem
parent
5af390a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
wikipedia_to_hdoc/xslt/wiki_to_hdoc.xsl
View file @
82b39996
...
...
@@ -360,11 +360,7 @@
</xsl:if>
</xsl:template>
<<<<<<
< HEAD
=======
>
>>>>>> 9e71c9879b4cfdf2138a088b173de4011fd5869f
<!-- Simple Tables -->
<xsl:template
match=
"table"
mode=
"#all"
>
<xsl:choose>
...
...
@@ -500,5 +496,5 @@
<xsl:template
match=
"div[@id='mw-navigation']/h2"
/>
<!-- Ignoring divs by default: they are not relevant to us -->
<xsl:template
match=
"div"
mode=
"#all"
/>
<xsl:template
match=
"div
[not(descendant::table)]
"
mode=
"#all"
/>
</xsl:stylesheet>
Write
Preview
Supports
Markdown
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