- From: Alex Muir <alex.g.muir@gmail.com>
- Date: Thu, 12 Nov 2009 16:42:56 +0000
- To: xproc-dev@w3.org
Received on Thursday, 12 November 2009 16:43:31 UTC
Hi
In the following xproc the <p:with-param name="preserve_newline"
select="false()"/> gives me an error message
"Description: Required type is xs:boolean; supplied value has type
xs:string"
because the style sheet is expecting
<xsl:param name="preserve_newline" as="xs:boolean"/>.
It's funny to be asking this question but how do I specify the boolean value
false in the xproc with-param ? I tried false, false() and 0 but there all
treated as strings giving the same error message.
<p:xslt name="DoSomething">
<p:input port="source"/>
<p:input port="stylesheet">
<p:document href="doSomething.xsl"/>
</p:input>
<p:with-param name="preserve_newline" select="false()"/>
<p:input port="parameters">
<p:empty/>
</p:input>
</p:xslt>
Thanks Much
--
Alex
https://sites.google.com/a/utg.edu.gm/alex
Received on Thursday, 12 November 2009 16:43:31 UTC