xsl-list
[Top] [All Lists]

Re: number collapsing

2004-12-14 08:44:51

On Dec 14, 2004, at 10:30 AM, Michael Kay wrote:

It's better to document the function's
expectations by putting "as" attributes on the xsl:param elements.

So you're saying I should do the castable test on the template that is calling the function, and only call it if the value is castable as an integer, and then do this?

  <xsl:function name="bib:number-condense">
    <xsl:param name="begin" as="xs:integer"/>
    <xsl:param name="end" as="xs:integer"/>

Bruce


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>