[ 
https://issues.apache.org/jira/browse/SYNAPSE-955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791300#comment-13791300
 ] 

Kasun Indrasiri commented on SYNAPSE-955:
-----------------------------------------

Also, how do we support multiple namespace use cases. For instance, we should 
be able to evaluate //ser:getQuote/xsd:symbol with the new xpath impl. 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ser="http://services.samples"; xmlns:xsd="http://services.samples/xsd";>
   <soapenv:Header/>
   <soapenv:Body>
      <ser:getQuote>        
         <ser:request>            
            <xsd:symbol>foo</xsd:symbol>
         </ser:request>
      </ser:getQuote>
   </soapenv:Body>
</soapenv:Envelope>

> XPath1.0 Implementation On Top Of XMLStream
> -------------------------------------------
>
>                 Key: SYNAPSE-955
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-955
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: FUTURE
>            Reporter: isuru janith ranawaka
>            Assignee: Andreas Veithen
>            Priority: Minor
>              Labels: 2013, gsoc
>         Attachments: xmlstreamingxpath.patch, xmlstreamingxpathv_2.patch, 
> xmlstreamingxpathv_3.patch, xmlstreamingxpathv_4.patch, 
> xmlstreamingxpathv_5.patch, xmlstreamingxpathv_6.patch
>
>
> Current SynapseXPath is operates on top of the Axiom Object Model and this 
> project is for evaluate XPath On top of the XMLStream. XMLStreamReader is 
> given as input and the resulting output is given as OMElements. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to