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
moex
Transmorpher
Commits
beb21f67
Commit
beb21f67
authored
Jul 05, 2002
by
Guillaume Chomat
Browse files
modifie test file
parent
f6d994cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
flowcomposer/test/process/merge.xml
View file @
beb21f67
...
...
@@ -6,11 +6,6 @@
xmlns=
"http://transmorpher.fluxmedia.fr/1.0"
xmlns:regexp=
"xalan://fr.fluxmedia.transmorpher.regexp.RegularExpression"
>
<process
name=
"Process1"
type=
"Process"
in=
"CM-0-0 CM-0-1"
out=
"C3 C4"
>
<merge
id=
"M-0"
type=
"concat"
in=
"CM-0-0 CM-0-1"
out=
"CD-0-2"
/>
<dispatch
id=
"D-0"
type=
"broadcast"
in=
"CD-0-2"
out=
"C3 C4"
/>
</process>
<main
name=
"Main"
>
<generate
id=
"G-0"
type=
"readfile"
out=
"CM-0-0"
>
<with-param
name=
"file"
>
/local_home/gchomat/flowcomposer/test/input/bibexmo.xml
</with-param>
...
...
@@ -22,9 +17,6 @@
<serialize
id=
"S-0"
type=
"writefile"
in=
"CS-0-2"
>
<with-param
name=
"file"
>
/local_home/gchomat/flowcomposer/test/output/merge.xml
</with-param>
</serialize>
<generate
id=
"G-2"
type=
"readfile"
out=
"CAE-0-0"
/>
<apply-external
id=
"AE-0"
type=
"xslt"
in=
"CAE-0-0"
out=
"CS-1-1"
/>
<serialize
id=
"S-1"
type=
"writefile"
in=
"CS-1-1"
/>
</main>
</transmorpher>
flowcomposer/test/process/xslt.xml
View file @
beb21f67
...
...
@@ -16,9 +16,6 @@
<apply-external
id=
"AE-2"
type=
"xslt"
in=
"CAE-2-3"
out=
"CS-1-5"
>
<with-param
name=
"file"
>
/local_home/gchomat/flowcomposer/test/xslt/cvtoxhtml.xsl
</with-param>
</apply-external>
<generate
id=
"G-1"
type=
"readfile"
out=
"CAR-0-0"
/>
<serialize
id=
"S-0"
type=
"writefile"
in=
"CS-0-1"
/>
<apply-ruleset
id=
"AR-0"
ref=
""
strategy=
"one-pass/top-down/apply-once"
in=
"CAR-0-0"
out=
"CS-0-1"
/>
</main>
</transmorpher>
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