Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<choose> as first element of pipe #23

Closed
Marc95 opened this issue May 3, 2017 · 2 comments
Closed

<choose> as first element of pipe #23

Marc95 opened this issue May 3, 2017 · 2 comments
Assignees
Labels

Comments

@Marc95
Copy link

Marc95 commented May 3, 2017

When a "choose" is the first element of a pipe it is not executed.
I have to put an "xslt" with an identity xsl before it.
When a choose is the last element of a pipe, there is an error.
release 1.01.11

@cmarchand
Copy link
Owner

cmarchand commented May 3, 2017

All pipe(s) must start with a xslt. This limitation comes from Saxon API, where XSLTTransformer must be the root of a pipeline.
I try to remove it from pipe embedded in tee's, but it is not simple.
The schema validation should report your pipe is not correct, as it does not starts with a xslt.

Could you give a sample of a pipe that ends with a choose ?
Christophe

@cmarchand cmarchand assigned cmarchand and Marc95 and unassigned cmarchand May 3, 2017
@cmarchand
Copy link
Owner

A choose must not contains an output.
A pipe must be terminated.
So a pipe must not be ended by a choose. You mut put a output to terminate a pipe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants