You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Alain Le Guennec (JIRA)" <xa...@xml.apache.org> on 2005/10/10 15:54:47 UTC

[jira] Created: (XALANC-568) Pattern "/" does not match the pseudo root document of a node-set obtained from a result-tree fragment via exsl:node-set

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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-568) Pattern "/" does not match the pseudo root document of a node-set obtained from a result-tree fragment via exsl:node-set

Posted by "Alain Le Guennec (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANC-568?page=comments#action_12331967 ] 

Alain Le Guennec commented on XALANC-568:
-----------------------------------------

The patch fixed the problem for me. Thanks!

> 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
>     Assignee: David Bertoni
>  Attachments: bug-result-tree-fragment.xslt, patch.txt
>
> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Assigned: (XALANC-568) Pattern "/" does not match the pseudo root document of a node-set obtained from a result-tree fragment via exsl:node-set

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-568?page=all ]

David Bertoni reassigned XALANC-568:
------------------------------------

    Assign To: David Bertoni

> 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
>     Assignee: David Bertoni
>  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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANC-568) Pattern "/" does not match the pseudo root document of a node-set obtained from a result-tree fragment via exsl:node-set

Posted by "David Bertoni (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-568?page=all ]
     
David Bertoni resolved XALANC-568:
----------------------------------

    Resolution: Fixed

Patch applied.

> 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
>     Assignee: David Bertoni
>  Attachments: bug-result-tree-fragment.xslt, patch.txt
>
> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANC-568) Pattern "/" does not match the pseudo root document of a node-set obtained from a result-tree fragment via exsl:node-set

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANC-568?page=comments#action_12331828 ] 

Dmitry Hayes commented on XALANC-568:
-------------------------------------

The patch look ok . Let's commit it . Thanks!

> 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
>     Assignee: David Bertoni
>  Attachments: bug-result-tree-fragment.xslt, patch.txt
>
> 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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org