-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
I was converting a bunch of p:output statements to p:pipe equivalents in order to iterate over the documents in a p:for-each statement. p:output supports the shorthand port@step using the @pipe attribute, while p:pipe does not. E.g. <p:output port="oscal-full-profile" pipe="result@oscal-full-profile" /> vs. <p:pipe step="oscal-full-profile" port="result" />.
My suggestion is to allow CDATA in the p:pipe element such that the shorthand can be used, e.g. <p:pipe>oscal-full-profile@result</p:pipe>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels