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
adb0d77a
Commit
adb0d77a
authored
Jan 09, 2017
by
Anna Lainé
Browse files
Display images
parent
abc9339a
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_canoprof/xsl/transformation2.xsl
View file @
adb0d77a
...
...
@@ -547,6 +547,17 @@
<xsl:apply-templates
select=
"./*"
/>
</sc:cell>
</xsl:template>
<!-- Display images -->
<xsl:template
match=
"h:img"
>
<sp:txt>
<cp:txt>
<sc:para
xml:space=
"preserve"
>
<sc:inlineImg
role=
"ico"
sc:refUri=
"res/{./@src}"
/>
</sc:para>
</cp:txt>
</sp:txt>
</xsl:template>
<xsl:template
match=
"h:header"
/>
<!-- Its content is already used in <xsl:template match="h:section"> -->
...
...
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