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
2069b53b
Commit
2069b53b
authored
Dec 15, 2016
by
simei.yin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://gitlab.utc.fr/crozatst/hdoc
merge before submit
parents
f463e250
0851e296
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
hdoc_to_mongo/xsl/main.xsl
hdoc_to_mongo/xsl/main.xsl
+6
-4
No files found.
hdoc_to_mongo/xsl/main.xsl
View file @
2069b53b
...
...
@@ -13,10 +13,12 @@
<xsl:template
match=
"/"
>
{
title
:
<xsl:call-template
name=
"title-main"
/>
,
authors
:
<xsl:call-template
name=
"author-main"
/>
,
keywords
:
<xsl:call-template
name=
"keyword-main"
/>
,
rights :
<xsl:call-template
name=
"right-main"
/>
,
"title"
:
<xsl:call-template
name=
"title-main"
/>
,
"authors"
:
<xsl:call-template
name=
"author-main"
/>
,
"keywords"
:
<xsl:call-template
name=
"keyword-main"
/>
,
"rights" :
<xsl:call-template
name=
"right-main"
/>
}
</xsl:template>
<xsl:template
match=
"text()"
/>
</xsl:stylesheet>
\ No newline at end of file
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