Skip to content
GitLab
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
23cf37fd
Commit
23cf37fd
authored
Dec 07, 2015
by
Jean Vintache
Browse files
myantce.ant : added xsl transformation
parent
be89a50a
Changes
4
Hide whitespace changes
Inline
Side-by-side
etherpad_to_hdoc/antce/myantce.ant
View file @
23cf37fd
...
...
@@ -9,7 +9,6 @@
<delete
dir=
"${log}"
failonerror=
"false"
/>
<mkdir
dir=
"${log}"
/>
<!-- <xslt basedir="${in}" destdir="${out}" style="${xsl}/etherpad2hdoc.xsl"/> -->
<!-- Builds Hdoc structure -->
<target
name=
"construct_hdoc"
>
...
...
@@ -37,6 +36,8 @@
<zip
basedir=
"${emplacement_hdoc}"
destfile=
"outputHdoc.hdoc"
/>
</target>
<target
name=
"main"
depends=
"fill_container,zip"
/>
<target
name=
"main"
depends=
"fill_container,zip"
>
<xslt
in=
"${xsl}/etherpad2hdoc.xsl"
out=
"${out}/etherpad.xml"
style=
"${xsl}/etherpad2hdoc.xsl"
/>
</target>
</project>
\ No newline at end of file
etherpad_to_hdoc/antce/outputHdoc.hdoc
0 → 100644
View file @
23cf37fd
File added
etherpad_to_hdoc/antce/to_zip/META-INF/container.xml
0 → 100644
View file @
23cf37fd
<?xml version="1.0" encoding="UTF-8"?>
<container
version=
"1.0"
>
<rootfiles>
<rootfile
full-path=
"./content.xml"
media-type=
"text/xml"
/>
</rootfiles>
</container>
etherpad_to_hdoc/antce/to_zip/mimetype
0 → 100644
View file @
23cf37fd
application/x-hdoc+zip
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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