Skip to content

Support shorthand syntax in p:pipe #78

@JDziurlaj

Description

@JDziurlaj

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions