Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to extract an namespace specified attribute from XML

SeyranApr 20 2016 — edited Apr 20 2016

How to extract an namespace specified attribute from XML , for examle

<ReturnTable xmlns="" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" diffgr:id="ReturnTable1" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" msdata:rowOrder="0" diffgr:hasChanges="inserted">

   <xml>

      some XML text

   </xml>

   <error/>

</ReturnTable>

I need to extrace the value of "msdata:rowOrder" attribute.

This post has been answered by BluShadow on Apr 20 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2016
Added on Apr 20 2016
2 comments
1,142 views