xsl-list
[Top] [All Lists]

[xsl] error in xsl:key

2008-09-19 12:32:12
Hello!

I have an xsl:key like this:

<xsl:key
 name="t:type-name"
 match="type"
 use="t:get-type-name(.)"/

Please don't bother with what function's really doing, except that
for a certain circumstances it may issue an error.

My question is what this should result into, when error occurs?

E.g. in Saxon 9.1 this results in error when I try to access a key() function,
with valid $key-value.
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com/



--~------------------------------------------------------------------
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>