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
19d69dc4
Commit
19d69dc4
authored
Dec 17, 2016
by
Raphaël
Browse files
Modification of find_content.xsl to use MyPDFGenerator
parent
c11f442a
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/xsl/find_content.xsl
View file @
19d69dc4
...
...
@@ -45,7 +45,16 @@
<xslt
in=
"{$TempDirectory}/{$path}"
out=
"{$TempDirectory}/hdoc_nsless.xhtml"
style=
"xsl/ns_remover.xsl"
classpath=
"./lib/saxon9he.jar"
/>
<xslt
in=
"{$TempDirectory}/hdoc_nsless.xhtml"
out=
"{$TempDirectory}/flat_hdoc.xhtml"
style=
"xsl/hdoc_flattenizer.xsl"
classpath=
"./lib/saxon9he.jar"
/>
<xslt
in=
"{$TempDirectory}/flat_hdoc.xhtml"
out=
"{$TempDirectory}/final.xhtml"
style=
"xsl/last_transformer.xsl"
classpath=
"./lib/saxon9he.jar"
/>
<xslt
in=
"{$TempDirectory}/flat_hdoc.xhtml"
out=
"{$dirpath}/final.xhtml"
style=
"xsl/last_transformer.xsl"
classpath=
"./lib/saxon9he.jar"
/>
<!--TODO include the PDF generation part to hdoc_to_pdf.ant -->
<mkdir
dir=
"output"
/>
<exec
executable=
"java"
>
<arg
value=
"-jar"
/>
<arg
value=
"lib/MyPDFGenerator.jar"
/>
<arg
value=
"{$dirpath}/final.xhtml"
/>
<arg
value=
"output/result.pdf"
/>
</exec>
</xsl:matching-substring>
</xsl:analyze-string>
...
...
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