- From: Norman Walsh <Norman.Walsh@Sun.COM>
- Date: Sat, 29 Jul 2006 17:05:36 -0400
- To: public-xml-processing-model-wg@w3.org
Received on Saturday, 29 July 2006 21:05:43 UTC
p:pipelines is a wrapper for pipelines and (implementation-dependent) component declarations. <p:pipelines> <p:declare-component>...</p:declare-component> <p:declare-component>...</p:declare-component> <p:pipeline>...</p:pipeline> <p:pipeline>...</p:pipeline> </p:pipelines> p:declare-component declares the name and interface to a component <p:declare-component name="QName"> <p:declare-input .../> <p:declare-output .../> </p:declare-component> Personally, I think we can get away with saying that any additional information required by the implementation must be provided in extension attributes. We'll also need some mechanism for refering to pipelines declared in external files, the pipelines element doesn't address that. Be seeing you, norm -- Norman Walsh XML Standards Architect Sun Microsystems, Inc.
Received on Saturday, 29 July 2006 21:05:43 UTC