Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upEdit section "Extension Steps" #468
Comments
This comment has been minimized.
This comment has been minimized.
Sure. Go ahead and propose something more complete. |
This comment has been minimized.
This comment has been minimized.
Will do! |
This comment has been minimized.
This comment has been minimized.
Also consider the comments in #635 about regrouping the current “atomic steps” and “extension steps” sections and adapting the prose in Sect. 17.5. In 17.5, there is currently a distinction between “atomic steps” (in the sense of processor-implemented standard steps) and “pipelines” (user-defined steps written in XProc). The distinction should follow the proposed new distinction in 16.8. Proposal for regrouping 16.8 and 16.9. (thereby eliminating 16.9): 16.8 Atomic Steps 16.8.2 Standard Atomic Steps Written in XProc 16.8.3 User-Defined Atomic Extension Steps 16.8.4 Atomic Processor Extension Steps 16.8.5 Atomic Step Errors |
This comment has been minimized.
This comment has been minimized.
Clarify: steps in the XProc namespace do not have to be imported, everything else does. |
The first sentence of section "Extension step" currently is:
I wonder if it makes sense to be a bit more elaborate here because this section not only applies to the minor case of build-in processor extensions but also to the IMHO much larger use case of calling steps declared by pipeline authors with
p:declare-step
.