Given a prefix and a node, return the namespace URI that the prefix has been 
associated with
--------------------------------------------------------------------------------------------

         Key: AXIS2C-187
         URL: http://issues.apache.org/jira/browse/AXIS2C-187
     Project: Axis2-C
        Type: Improvement

  Components: xml/om  
    Versions: 1.0.0    
    Reporter: Damitha Kumarage


I would like to have the following functionlity in om_util.c

/**
* Given a prefix and a node, return the namespace URI that the prefix
* has been associated with. This method is useful in resolving the
* namespace URI of attribute values which are being interpreted as
* QNames. If prefix is null, this method will return the default
* namespace.
*
* @param context the starting node (looks up recursively from here)
* @param prefix the prefix to find an xmlns:prefix=uri for
*
* @return the namespace URI or null if not found
*/
AXIS2_EXTERN axis2_qname_t * AXIS2_CALL
woden_om_util_get_namespace_uri_from_prefix(
        const axis2_env_t *env,
        axis2_om_node_t *context_el_node,
        axis2_char_t *prefix)


-- 
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]

Reply via email to