- From: Norman Walsh <ndw@nwalsh.com>
- Date: Tue, 07 Apr 2009 14:38:05 -0700
- To: XProc Dev <xproc-dev@w3.org>
Received on Tuesday, 7 April 2009 21:38:48 UTC
"James Fuller" <james.fuller.2007@gmail.com> writes: > consider the following pipeline > > <p:pipeline name="pipeline" > xmlns:p="http://www.w3.org/ns/xproc"> > > <!-- should not evaluate this declare-step //--> > <p:declare-step name="test1" type="p:identity"> > <p:input port="source" sequence="true"/> > <p:output port="result" sequence="true"/> > <p:count/> > </p:declare-step> > > <p:identity/> > > </p:pipeline> > > should this not throw an error ? perhaps err:XS0002 or The WG agreed that it should be an error. I've extended err:XS0025 to cover this case. Be seeing you, norm -- Norman Walsh <ndw@nwalsh.com> | When a book and a head collide and http://nwalsh.com/ | there is a hollow sound, is it always | the book?-- Lichtenberg
Received on Tuesday, 7 April 2009 21:38:48 UTC