Skip to content

Special case secondary results on p:xslt? #72

@ndw

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.

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