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
0b03e73a
Commit
0b03e73a
authored
Dec 07, 2015
by
aperdria
Browse files
Delete three and div possibility
parent
21084fe0
Changes
4
Hide whitespace changes
Inline
Side-by-side
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