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
19d69dc4
Commit
19d69dc4
authored
Dec 17, 2016
by
Raphaël
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification of find_content.xsl to use MyPDFGenerator
parent
c11f442a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
hdoc_to_pdf/xsl/find_content.xsl
hdoc_to_pdf/xsl/find_content.xsl
+10
-1
No files found.
hdoc_to_pdf/xsl/find_content.xsl
View file @
19d69dc4
...
@@ -45,7 +45,16 @@
...
@@ -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}/{$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}/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:matching-substring>
</xsl:analyze-string>
</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