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
d47f55db
Commit
d47f55db
authored
Jan 11, 2017
by
Anna Lainé
Browse files
Display link for objects
parent
ec4633c5
Changes
1
Show whitespace changes
Inline
Side-by-side
hdoc_to_canoprof/xsl/transformation2.xsl
View file @
d47f55db
...
...
@@ -559,6 +559,19 @@
</sp:txt>
</xsl:template>
<!-- Display link for object -->
<xsl:template
match=
"h:object"
>
<sp:txt>
<cp:txt>
<sc:para
xml:space=
"preserve"
>
<sc:uLink
role=
"media"
sc:refUri=
"res/{./@data}"
>
<xsl:value-of
select=
"./@data"
/>
</sc:uLink>
</sc:para>
</cp:txt>
</sp:txt>
</xsl:template>
<xsl:template
match=
"h:header"
/>
<!-- Its content is already used in <xsl:template match="h:section"> -->
<xsl:template
match=
"h:h6"
/>
...
...
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