Skip to content

Special case secondary results on p:xslt? #72

Description

@ndw

I wonder if "I want to write the documents that appear on the secondary result port to disk" is such a common use case that we should special case it. It isn't strictly necessary, of course:

...
<p:xslt>
  <p:with-input port="stylesheet" href="stylesheet.xsl"/>
</p:xslt>

<p:for-each>
  <p:with-input pipe="secondary"/>
  <p:store href="{base-uri(.)}"/>
</p:for-each>

But that's annoying boilerplate and it interferes with the flow from the primary result port.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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