Typo in Calabash extension library?

  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 Thursday, 26 April 2012 18:49:26 UTC