- From: Norman Walsh <Norman.Walsh@Sun.COM>
- Date: Wed, 28 Mar 2007 08:39:05 -0400
- To: public-xml-processing-model-wg@w3.org
Received on Wednesday, 28 March 2007 12:39:20 UTC
I suggest that we rename 'join-sequences' to simply 'join'.
I propose 'split'
<p:declare-step type="p:split">
<p:input port="source" sequence="yes"/>
<p:output port="*"/>
</p:declare-step>
The inverse of join.
Surely the serialize component must serialize the root element and its
attributes so that given:
<description>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This is a chunk of XHTML.</p>
</div>
</description>
it produces:
<c:result><description>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>This is a chunk of XHTML.</p>
</div>
</description></c:result>
I think we should move the micro-operations up before the optional
components and assert that they are all required.
Be seeing you,
norm
--
Norman Walsh
XML Standards Architect
Sun Microsystems, Inc.
Received on Wednesday, 28 March 2007 12:39:20 UTC