You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2011/01/09 19:57:45 UTC

[jira] Resolved: (ODE-904) document() function in XSL scripts can not resolve remote documents

     [ https://issues.apache.org/jira/browse/ODE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-904.
----------------------------------

    Resolution: Fixed

> document() function in XSL scripts can not resolve remote documents
> -------------------------------------------------------------------
>
>                 Key: ODE-904
>                 URL: https://issues.apache.org/jira/browse/ODE-904
>             Project: ODE
>          Issue Type: Improvement
>          Components: BPEL Runtime
>            Reporter: Tammo van Lessen
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>
> The document() function is used in XSL script (via doXSLTransform) to load external documents. The current implementation is only considering files in the local file system. In addition it should be able also load resources from HTTP/HTTPS endpoints.
> I suggest to convert the URI to an URL and use URL connections to fetch the contents. This covers file:, http:, https and some other internet protocols.

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