Re: XProc Agenda 15 Mar 2007

/ ht@inf.ed.ac.uk (Henry S. Thompson) was heard to say:
| Time to discuss how, if at all, you invoke named pipelines by name in
| v.1?

I'm happy to put that on the agenda if we get through the document
reviews.

Here's a sketch of my proposal:

If a pipeline-library has been imported and that library contains
a named pipeline:

  <p:pipeline name="my:pipe">
   ...
  </p:pipeline>

or a component declaration:

  <p:declare-component name="ext:step">
   ...
  </p:declare-component>

then the importing pipeline can invoke my:pipe or ext:step by
using its name:

  <my:pipe>
    ...
  </my:pipe>

or

  <ext:step>
    ...
  </ext:step>


                                        Be seeing you,
                                          norm

-- 
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.

Received on Wednesday, 14 March 2007 15:10:45 UTC