note that $somevariable has not been declared with either xsl:param or
xsl:variable.
Then that's an error.
in http://www.w3.org/TR/xpath spec it is clear that the contains()
function should return a false condition
which bit makes that clear?
and I cant find anything to the
contrary that would say that this should throw an error (as it doesnt in
Firefox XSLT processor).
sounds like a bug in mozilla's transformiix xslt engine.
http://www.w3.org/TR/xpath
3.1 Basics
A VariableReference evaluates to the value to which the variable name
is bound in the set of variable bindings in the context. It is an
error if the variable name is not bound to any value in the set of
variable bindings in the expression context.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
--~------------------------------------------------------------------
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>
--~--