- From: Florent Georges <fgeorges@fgeorges.org>
- Date: Thu, 26 Apr 2012 20:48:37 +0200
- To: XProc Dev <xproc-dev@w3.org>
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