Pattern "/" does not match the pseudo root document of a node-set obtained from
a result-tree fragment via exsl:node-set
-------------------------------------------------------------------------------------------------------------------------
Key: XALANC-568
URL: http://issues.apache.org/jira/browse/XALANC-568
Project: XalanC
Type: Bug
Components: XalanC
Versions: 1.9
Environment: win2k on ix86
Reporter: Alain Le Guennec
Attachments: bug-result-tree-fragment.xslt
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]