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
10787aa8
Commit
10787aa8
authored
Jan 03, 2017
by
Raphaël
Browse files
Validation of hdoc1-xhtml schema handled in find_content.xsl
parent
7dc74a45
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/xsl/find_content.xsl
View file @
10787aa8
...
...
@@ -12,6 +12,13 @@
<xsl:template
match=
"h:container"
>
<project
name=
"hdoc_to_pdf"
basedir=
".."
default=
"main"
>
<property
name=
"lib"
location=
"lib"
/>
<property
name=
"Schema"
location=
"schemas"
/>
<taskdef
name=
"jing"
classname=
"com.thaiopensource.relaxng.util.JingTask"
>
<classpath>
<pathelement
location=
"${lib}/jing.jar"
/>
</classpath>
</taskdef>
<target
name=
"main"
>
<xsl:apply-templates/>
</target>
...
...
@@ -41,6 +48,15 @@
<echo
message=
"Filename : {$filename}"
/>
<echo
message=
"Dirpath : {$dirpath}"
/>
<trycatch
property=
"foo"
reference=
"bar"
>
<try>
<jing
file=
"{$TempDirectory}/{$path}"
rngfile=
"${{Schema}}/xhtml/hdoc1-xhtml.rng"
></jing>
</try>
<catch>
<echo>
Validation failed
</echo>
</catch>
</trycatch>
<copy
file=
"{$BaseDirectory}/css/main.css"
tofile=
"{$dirpath}/main.css"
/>
<copy
file=
"{$BaseDirectory}/font/cmunrm.ttf"
tofile=
"{$dirpath}/cmunrm.ttf"
/>
<copy
file=
"{$BaseDirectory}/font/cmunrb.ttf"
tofile=
"{$dirpath}/cmunrb.ttf"
/>
...
...
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