Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moex
Transmorpher
Commits
1cf9e85a
Commit
1cf9e85a
authored
Oct 17, 2002
by
Fabien Triolet
Browse files
Added reloc in process files
parent
e93fb9a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
transmorpher/samples/biblio/process.xml
View file @
1cf9e85a
...
...
@@ -4,6 +4,7 @@
<transmorpher
name=
"generateBiblio"
version=
"1.0"
optimized=
"false"
reloc=
"biblio/result"
xmlns=
"http://transmorpher.fluxmedia.fr/1.0"
xmlns:regexp=
"xalan://fr.fluxmedia.transmorpher.regexp.RegularExpression"
>
...
...
@@ -23,8 +24,8 @@
</ruleset>
<ruleset
name=
"cvshide"
>
<resubst
match=
"bibliography/@date"
source=
"\$Date: 2002-10-1
6
1
4
:3
1
:2
5
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@version"
source=
"\$Revision: 1.3
2
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@date"
source=
"\$Date: 2002-10-1
7
1
5
:3
8
:2
7
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@version"
source=
"\$Revision: 1.3
3
$"
target=
"$1"
/>
<resubst
match=
"bibliography/@author"
source=
"\$Author: triolet $"
target=
"$1"
/>
</ruleset>
...
...
transmorpher/samples/church/process.xml
View file @
1cf9e85a
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE transmorpher SYSTEM "../../dtd/transmorpher.dtd">
<transmorpher
name=
"church"
version=
"1.0"
xmlns:tm=
"http://transmorpher.fluxmedia.fr/"
>
<transmorpher
name=
"church"
version=
"1.0"
reloc=
"church/result"
xmlns:tm=
"http://transmorpher.fluxmedia.fr/"
>
<defextern
name=
"int"
class=
"fr.fluxmedia.transmorpher.stdlib.integerIterator"
/>
<defextern
name=
"fixpoint"
class=
"fr.fluxmedia.transmorpher.stdlib.fixpointIterator"
/>
...
...
transmorpher/samples/confpgm/process.xml
View file @
1cf9e85a
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE transmorpher SYSTEM "http://transmorpher.inrialpes.fr/dtd/transmorpher.dtd">
<!-- $Id: process.xml,v 1.
1
2002-10-
0
7 1
4
:3
0:5
7 triolet Exp $ -->
<!-- $Id: process.xml,v 1.
2
2002-10-
1
7 1
5
:3
8:2
7 triolet Exp $ -->
<!-- ############################################################
Generates program of the International Semantic Web Conference
...
...
@@ -13,6 +13,7 @@
<transmorpher
name=
"generateProgram"
version=
"1.0"
reloc=
"WEB-INF/result"
optimized=
"false"
xmlns=
"http://transmorpher.fluxmedia.fr/1.0"
xmlns:regexp=
"xalan://fr.fluxmedia.transmorpher.regexp.RegularExpression"
>
...
...
transmorpher/samples/music/process.xml
View file @
1cf9e85a
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE transmorpher SYSTEM "../../dtd/transmorpher.dtd">
<transmorpher
name=
"Music"
version=
"1.0"
xmlns:tm=
"http://transmorpher.fluxmedia.fr/"
>
<transmorpher
name=
"Music"
version=
"1.0"
reloc=
"music/results"
xmlns:tm=
"http://transmorpher.fluxmedia.fr/"
>
<!-- select an artist -->
<query
name=
"artist"
type=
"tmq"
root=
"music-collection"
>
...
...
transmorpher/samples/performances/process.xml
View file @
1cf9e85a
...
...
@@ -4,6 +4,7 @@
<transmorpher
name=
"generateBiblio"
version=
"1.0"
optimized=
"false"
reloc=
"performances/output"
xmlns=
"http://transmorpher.fluxmedia.fr/1.0"
xmlns:regexp=
"xalan://fr.fluxmedia.transmorpher.regexp.RegularExpression"
>
...
...
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