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
076812b8
Commit
076812b8
authored
Dec 22, 2016
by
Anna Lainé
Browse files
Fix ignored tables
parent
10ac96a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
wikipedia_to_hdoc/xslt/prepare_wiki_to_hdoc.xsl
View file @
076812b8
...
...
@@ -37,5 +37,5 @@
<xsl:template
match=
"script"
/>
<!-- Ignoring divs that are not useful and that might interfere with the true xslt transformation -->
<xsl:template
match=
"/html/body/div/div/div/div[@class!='mw-highlight mw-content-ltr']"
/>
<xsl:template
match=
"/html/body/div/div/div/div[@class!='mw-highlight mw-content-ltr'
and not(descendant::table)
]"
/>
</xsl:stylesheet>
\ No newline at end of file
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