Re: Typo in Calabash extension library?

It's on github, you could just propose a patch, don't you ?

Xmlizer

On Thu, Apr 26, 2012 at 8:48 PM, Florent Georges <fgeorges@fgeorges.org>wrote:

>  Hi,
>
>  Here is an excerpt of resources/etc/extension-library.xml from the
> Calabash sources:
>
>    <p:declare-step type="pxf:move">
>       <p:output port="result" primary="false"/>
>       <p:option name="href" required="true" cx:type="xsd:anyURI"/>
>       <p:option name="target" required="true" cx:type="xsd:boolean"/>
>       <p:option name="fail-on-error" select="'true'"
> cx:type="xsd:boolean"/>
>    </p:declare-step>
>
>  I guess cx:type="xsd:boolean" for name="target" is a typo, it should
> be cx:type="xsd:anyURI", shouldn't it?
>
>  Regards,
>
> --
> Florent Georges
> http://fgeorges.org/
> http://h2oconsulting.be/
>
>

Received on Monday, 30 April 2012 10:21:19 UTC