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
7d8f8ffb
Commit
7d8f8ffb
authored
Dec 21, 2015
by
Decorde Jeffrey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code refactoring
parent
1889a62b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
124 additions
and
179 deletions
+124
-179
hdoc_to_opale/hdoc_to_opale.ant
hdoc_to_opale/hdoc_to_opale.ant
+120
-175
hdoc_to_opale/xsl/prepareCourseUcCopies.xsl
hdoc_to_opale/xsl/prepareCourseUcCopies.xsl
+4
-4
No files found.
hdoc_to_opale/hdoc_to_opale.ant
View file @
7d8f8ffb
This diff is collapsed.
Click to expand it.
hdoc_to_opale/xsl/prepareCourseUcCopies.xsl
View file @
7d8f8ffb
...
...
@@ -18,7 +18,7 @@
<property
name=
"lib"
location=
"${{basedir}}/lib"
/>
<property
name=
"log"
location=
"${{basedir}}/log"
/>
<property
name=
"schema"
location=
"${{basedir}}/schema"
/>
<property
name=
"filename"
location=
"
${{tmp}}/
{$filename}"
/>
<property
name=
"filename"
location=
"{$filename}"
/>
<taskdef
name=
"jing"
classname=
"com.thaiopensource.relaxng.util.JingTask"
>
<classpath>
<pathelement
location=
"../${lib}/jing.jar"
/>
...
...
@@ -35,8 +35,8 @@
<xsl:template
match=
"sp:courseUc"
>
<xslt
in=
"${{filename}}/outputWithCourseUcIds.xml"
out=
"${{filename}}/decompressedOpaleDivided/{@data-export-file}"
in=
"${{
tmp}}/${{
filename}}/outputWithCourseUcIds.xml"
out=
"${{
tmp}}/${{
filename}}/decompressedOpaleDivided/{@data-export-file}"
style=
"${{xsl}}/copyCourseUc.xsl"
processor=
"org.apache.tools.ant.taskdefs.optional.TraXLiaison"
>
...
...
@@ -45,7 +45,7 @@
<trycatch
property=
"foo"
reference=
"bar"
>
<try>
<jing
file=
"${{filename}}/decompressedOpaleDivided/{@data-export-file}"
rngfile=
"${{schema}}/op_expUc.rng"
></jing>
<jing
file=
"${{
tmp}}/${{
filename}}/decompressedOpaleDivided/{@data-export-file}"
rngfile=
"${{schema}}/op_expUc.rng"
></jing>
</try>
<catch>
<echo>
Validation failed
</echo>
...
...
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