Menu

#816 XTDE1480 not always detected

v9.0
closed
5
2012-10-08
2008-05-04
Michael Kay
No

In XSLT, error XTDE1480 makes it an error to call xsl:result-document while evaluating a user-defined function. This error is not always detected. In particular

(a) it is not detected when the function is evaluated in push mode, which happens when the result is written directly to the result tree - for example, when the function call forms the body of the select expression in an xsl:sequence instruction

(b) it is not detected if the function call is inlined

(c) it is not detected if the effect of calling the function can be statically inferred

A patch to fix (a) is being placed in Subversion. A fix for (b) will be made in the next release. (c) is not a bug, on the principle that a processor is not required to do extra work at run-time merely to detect dynamic errors.

Discussion

  • Michael Kay

    Michael Kay - 2008-05-12

    Logged In: YES
    user_id=251681
    Originator: YES

    Part (a) fixed in 9.0.0.5

     
  • Michael Kay

    Michael Kay - 2008-07-03

    Logged In: YES
    user_id=251681
    Originator: YES

    Fixed partially in 9.0.0.5 (part a) and fully in 9.1.0.1