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
2069b53b
Commit
2069b53b
authored
Dec 15, 2016
by
simei.yin
Browse files
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
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