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
d13c0f34
Commit
d13c0f34
authored
Dec 15, 2016
by
Tyrannas
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.utc.fr/crozatst/hdoc
parents
89a316ed
606d02cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
hdoc_to_basex/basex/xquery/searchDocByTitle.hq
hdoc_to_basex/basex/xquery/searchDocByTitle.hq
+0
-0
hdoc_to_pdf/xsl/hdoc_flattenizer.xsl
hdoc_to_pdf/xsl/hdoc_flattenizer.xsl
+4
-10
No files found.
hdoc_to_basex/basex/xquery/search
Course
ByTitle.hq
→
hdoc_to_basex/basex/xquery/search
Doc
ByTitle.hq
View file @
d13c0f34
File moved
hdoc_to_pdf/xsl/hdoc_flattenizer.xsl
View file @
d13c0f34
...
...
@@ -46,17 +46,11 @@
<xsl:template
match=
"header"
>
</xsl:template>
<xsl:template
match=
"
div
"
>
<xsl:template
match=
"
h6
"
>
<xsl:variable
name=
"level"
select=
"count(ancestor::section) + 1"
/>
<div>
<xsl:element
name=
"h{$level}"
>
<xsl:value-of
select=
"h6
"
/>
<xsl:value-of
select=
".
"
/>
</xsl:element>
<xsl:apply-templates/>
</div>
</xsl:template>
<xsl:template
match=
"h6"
>
</xsl:template>
</xsl:stylesheet>
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