Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.9
-
None
-
None
-
win2k on ix86
Description
A template with a match expression equal to "/" is not executed for the pseudo root document
of a node-set that is obtained from a result-tree fragment via exsl:node-set.
If you execute the attached stylesheet with any XML document as input (actual input does not matter), you obtain:
"NOT OK: Did not find the root of the result-tree fragment."
instead of the expected:
"OK: Found the root of the result-tree fragment."
It is annoying, because the "built-in" template rule for "/" is executed instead, and it does not forward parameters.
FYI, the same stylesheet run with saxon8.4 behaves as I expected.