Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

get path to nodes by value

754085Feb 18 2010 — edited Feb 19 2010
Can enybody please help me. I don't know really how to get path from xml
for example, this is xml:

<?xml version="1.0"?>
<purchase_order>
<po_items>
<item>
<name>#Name#</name>
<quantity>#number#</quantity>
</item>
</po_items>
</purchase_order>

and get out path by variebles #Name# and #number#.
In this case i need to get result:

purchase_order/po_items/item/name
and
purchase_order/po_items/item/quantity
This post has been answered by 730428 on Feb 18 2010
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 19 2010
Added on Feb 18 2010
25 comments
2,413 views