- From: <Toman_Vojtech@emc.com>
- Date: Mon, 15 Dec 2008 08:22:50 -0500
- To: <xproc-dev@w3.org>
> Emulating testsuite/uuid-002.xpl > > <p:pipeline > xmlns:p="http://www.w3.org/ns/xproc" name="props"> > > <p:uuid > match="/doc/uuid/text()" > version="2"/> > <p:count> > <p:input port="source" select="//uuid[string-length(.) > 4]"/> > </p:count> > > </p:pipeline> > > with input document > <p:pipeline > xmlns:p="http://www.w3.org/ns/xproc" name="props"> > > <p:uuid > match="/doc/uuid/text()" > version="2"/> > <p:count> > <p:input port="source" select="//uuid[string-length(.) > 4]"/> > </p:count> > > </p:pipeline> > > calabash gives me > > Error : Pipeline failed: err:XD0060: null Unknown error > > > Any suggestions please? I think this should be err:XC0060 which should be reported when the processor does not support given UUID version. Probably a bug/typo in Calabash code. Regards, Vojtech
Received on Monday, 15 December 2008 13:24:19 UTC