[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] should there be an error condition with XPATH function when param not defined?


Subject: Re: [xsl] should there be an error condition with XPATH function when param not defined?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 Jan 2006 12:18:44 GMT

   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
________________________________________________________________________


Current Thread
Keywords