Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
d47f55db
Commit
d47f55db
authored
Jan 11, 2017
by
Anna Lainé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display link for objects
parent
ec4633c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
hdoc_to_canoprof/xsl/transformation2.xsl
hdoc_to_canoprof/xsl/transformation2.xsl
+13
-0
No files found.
hdoc_to_canoprof/xsl/transformation2.xsl
View file @
d47f55db
...
...
@@ -558,6 +558,19 @@
</cp:txt>
</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"> -->
...
...
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