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
0b03e73a
Commit
0b03e73a
authored
Dec 07, 2015
by
aperdria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete three and div possibility
parent
21084fe0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
24 deletions
+1
-24
mindmapping_to_hdoc/mindmapping_to_hdoc.ant
mindmapping_to_hdoc/mindmapping_to_hdoc.ant
+1
-13
mindmapping_to_opale/mindmapping_to_opale.ant
mindmapping_to_opale/mindmapping_to_opale.ant
+0
-11
mindmapping_to_opale/result/hdoc/sect.hdoc
mindmapping_to_opale/result/hdoc/sect.hdoc
+0
-0
mindmapping_to_opale/result/scar/sect.scar
mindmapping_to_opale/result/scar/sect.scar
+0
-0
No files found.
mindmapping_to_hdoc/mindmapping_to_hdoc.ant
View file @
0b03e73a
...
...
@@ -14,23 +14,11 @@
<echo>
----------------------------Begin of conversion----------------------------------
</echo>
<!-- Sect Schema : only sect element -->
<!-- Sect Schema : only sect element -->
<antcall
target=
"Makehdoc"
>
<param
name=
"myXSLT"
value=
"sect.xsl"
/>
<param
name=
"hdocName"
value=
"sect"
/>
</antcall>
<!-- Div Schema : sect and div element -->
<antcall
target=
"Makehdoc"
>
<param
name=
"myXSLT"
value=
"div.xsl"
/>
<param
name=
"hdocName"
value=
"div"
/>
</antcall>
<!-- Div Schema : sect, div and p element -->
<antcall
target=
"Makehdoc"
>
<param
name=
"myXSLT"
value=
"threeLevel.xsl"
/>
<param
name=
"hdocName"
value=
"three"
/>
</antcall>
<delete
dir=
"${basedir}/temp"
/>
<echo>
----------------------------End of conversion----------------------------------
</echo>
...
...
mindmapping_to_opale/mindmapping_to_opale.ant
View file @
0b03e73a
...
...
@@ -18,17 +18,6 @@
<antcall
target=
"Makehdoc"
>
<param
name=
"hdocName"
value=
"sect"
/>
</antcall>
<!-- Div Schema : sect and div element -->
<antcall
target=
"Makehdoc"
>
<param
name=
"hdocName"
value=
"div"
/>
</antcall>
<!-- Div Schema : sect, div and p element -->
<antcall
target=
"Makehdoc"
>
<param
name=
"hdocName"
value=
"three"
/>
</antcall>
<delete
dir=
"${basedir}/temp"
/>
<echo>
----------------------------End of conversion----------------------------------
</echo>
...
...
mindmapping_to_opale/result/hdoc/sect.hdoc
0 → 100644
View file @
0b03e73a
File added
mindmapping_to_opale/result/scar/sect.scar
0 → 100644
View file @
0b03e73a
File added
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