You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2008/09/04 15:03:44 UTC

[jira] Created: (ODE-368) Support for the doc() function

Support for the doc() function
------------------------------

                 Key: ODE-368
                 URL: https://issues.apache.org/jira/browse/ODE-368
             Project: ODE
          Issue Type: New Feature
          Components: BPEL Runtime
    Affects Versions: 1.2
            Reporter: Antoine Toulme
            Priority: Minor


The XPath 2.0 specification provides a doc() function that apparently is not currently supported by Ode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-368) Support for the doc() function

Posted by "David Carver (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876778#action_12876778 ] 

David Carver commented on ODE-368:
----------------------------------

I've tested this out and it appears to be working as expected.


> Support for the doc() function
> ------------------------------
>
>                 Key: ODE-368
>                 URL: https://issues.apache.org/jira/browse/ODE-368
>             Project: ODE
>          Issue Type: New Feature
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: Antoine Toulme
>            Priority: Minor
>             Fix For: Wishlist
>
>
> The XPath 2.0 specification provides a doc() function that apparently is not currently supported by Ode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-368) Support for the doc() function

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871352#action_12871352 ] 

Antoine Toulme commented on ODE-368:
------------------------------------

This bug is two year old. It would be worth doing a use case.

> Support for the doc() function
> ------------------------------
>
>                 Key: ODE-368
>                 URL: https://issues.apache.org/jira/browse/ODE-368
>             Project: ODE
>          Issue Type: New Feature
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: Antoine Toulme
>            Priority: Minor
>             Fix For: Wishlist
>
>
> The XPath 2.0 specification provides a doc() function that apparently is not currently supported by Ode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-368) Support for the doc() function

Posted by "David Carver (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871347#action_12871347 ] 

David Carver commented on ODE-368:
----------------------------------

This should be handled by the Saxon parser when an XPath 2.0 statement is passed to the engine. 

http://www.w3.org/TR/xpath-functions/#func-doc

I know with the PsychoPath engine, that it only relies on the URI being passed to it and that it can resolve it.  PsychoPath currently isn't a supported XPath 2.0 engine, but Saxon should be able to handle this.  Is there some additional information or use case where this is not working.


> Support for the doc() function
> ------------------------------
>
>                 Key: ODE-368
>                 URL: https://issues.apache.org/jira/browse/ODE-368
>             Project: ODE
>          Issue Type: New Feature
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: Antoine Toulme
>            Priority: Minor
>             Fix For: Wishlist
>
>
> The XPath 2.0 specification provides a doc() function that apparently is not currently supported by Ode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.