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!

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

User_EI49E

I found the problem. I added connector port 8444 to Tomcat server.xml and all is well.

1 - 1
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,414 views