We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of a element <pipeline:value> inside <pipeline:parameter/> it would be nice to just use a attribute @value
<pipeline:value>
<pipeline:parameter/>
@value
It would look like
<pipeline:transformer name="someStep" xsl-path="someStep.xsl"> <pipeline:parameter name="someParameterName" type="xs:string" value="someParameterValue"/> </pipeline:transformer>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Instead of a element
<pipeline:value>
inside<pipeline:parameter/>
it would be nice to just use a attribute@value
It would look like
The text was updated successfully, but these errors were encountered: