- From: Norman Walsh <Norman.Walsh@Sun.COM>
- Date: Thu, 22 Mar 2007 16:39:52 -0400
- To: public-xml-processing-model-wg@w3.org
Received on Thursday, 22 March 2007 20:41:31 UTC
Now that we have a defaulting story, do we really want to require
names on all our steps?
Is this:
<p:pipeline name="pipeline" xmlns:p="http://www.w3.org/2007/03/xproc">
<p:input port="document"/>
<p:identity name="id1"/>
<p:identity name="id2"/>
</p:pipeline>
Really better than this:
<p:pipeline xmlns:p="http://www.w3.org/2007/03/xproc">
<p:input port="document"/>
<p:identity/>
<p:identity/>
</p:pipeline>
Be seeing you,
norm
--
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.
Received on Thursday, 22 March 2007 20:41:31 UTC