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
b0deb8a4
Commit
b0deb8a4
authored
Jan 09, 2017
by
Raphaël
Browse files
Minor changes for warning message when validation failed
parent
62307536
Changes
2
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/hdoc_to_pdf.ant
View file @
b0deb8a4
...
...
@@ -73,10 +73,10 @@
<trycatch
property=
"foo"
reference=
"bar"
>
<try>
<jing
file=
"${tmpdir}/META-INF/container.xml"
rngfile=
"${Schema}/container/hdoc1-container.rng"
></jing>
<echo>
Validation
container.xml
ok !
</echo>
<echo>
container.xml
is valid
</echo>
</try>
<catch>
<echo>
Validation
failed
</echo>
<echo>
Warning : Validation for container.xml
failed
</echo>
</catch>
</trycatch>
...
...
hdoc_to_pdf/xsl/find_content.xsl
View file @
b0deb8a4
...
...
@@ -51,10 +51,10 @@
<trycatch
property=
"foo"
reference=
"bar"
>
<try>
<jing
file=
"{$TempDirectory}/{$path}"
rngfile=
"${{Schema}}/xhtml/hdoc1-xhtml.rng"
></jing>
<echo>
Validation
content.xml
ok !
</echo>
<echo>
content.xml
is valid
</echo>
</try>
<catch>
<echo>
Validation
failed
</echo>
<echo>
Warning : Validation for content.xml
failed
</echo>
</catch>
</trycatch>
...
...
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