This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137879 - Add possibility to find out node's xpath
Summary: Add possibility to find out node's xpath
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-21 14:21 UTC by Kirill Sorokin
Modified: 2011-11-30 16:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2008-06-21 14:21:23 UTC
It would be very nice if the mapper allowed to find out xpath of a node either in the left or the right tree. A nice
variant would be to implement an analogue of 'Copy Link Location' from link's context menu in Mozilla Firefox, which
puts the target location of a given link to the clipboard.
Comment 1 Nikita Krjukov 2008-07-16 20:07:37 UTC
It's really very easy to implement because of the XPath already generated inside. The only problem for me is to put
anything to clipboard. But I'm sure it's also simple.