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
fb7d4e51
Commit
fb7d4e51
authored
Jan 04, 2016
by
Antoine
Browse files
few changes
parent
dd0ea0ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
lexique_to_rdf/lexique_to_rdf.ant
View file @
fb7d4e51
...
...
@@ -55,7 +55,7 @@
</target>
<target
name=
"buildOutput"
depends=
"unzipSource"
>
<xslt
classpath=
"${libdir}/saxon9he.jar"
style=
"${xsldir}/termToR
e
f.xsl"
basedir=
"${srcdir}"
destdir=
"${OutputPath}"
followsymlinks=
"false"
extension=
".r
e
f"
>
<xslt
classpath=
"${libdir}/saxon9he.jar"
style=
"${xsldir}/termToR
d
f.xsl"
basedir=
"${srcdir}"
destdir=
"${OutputPath}"
followsymlinks=
"false"
extension=
".r
d
f"
>
<include
name=
"**/*.term"
/>
</xslt>
<copy
file=
"opale.wspmeta"
tofile=
"${OutputPath}/.wspmeta"
></copy>
...
...
@@ -71,4 +71,4 @@
<delete
dir=
"${outdir}"
/>
</target>
</project>
\ No newline at end of file
</project>
lexique_to_rdf/xsl/termToR
e
f.xsl
→
lexique_to_rdf/xsl/termToR
d
f.xsl
View file @
fb7d4e51
...
...
@@ -4,11 +4,9 @@
xmlns:rdf=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ont=
"nf29ont"
xmlns:sp=
"http://www.utc.fr/ics/scenari/v3/primitive"
xmlns:sc=
"http://www.utc.fr/ics/scenari/v3/core"
xmlns:lx=
"scpf.org:lexicon"
xmlns:op=
"utc.fr:ics/opale3"
exclude-result-prefixes=
"xs"
exclude-result-prefixes=
"xs sp sc lx"
version=
"2.0"
>
<xsl:output
method=
"xml"
indent=
"yes"
/>
...
...
Write
Preview
Supports
Markdown
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