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 106197 - Add support for predicates to XSLT mapper
Summary: Add support for predicates to XSLT mapper
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 13:01 UTC by Alexey Yarmolenko
Modified: 2007-06-19 11:01 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 Alexey Yarmolenko 2007-06-09 13:01:02 UTC
Allow the predicates to be added and displayed on right(source) mapper tree.

Predicate should be added to this tree when it was found in any expression
contained in XSL document, which is currently displayed or explicitly by
invoking context menu action on mapper tree node. 

Predicate node in right tree should be placed according to it's schema type and
have a filtering expression displayed in square brackets after the node name.

To modify the expression value, "Expression Builder" dialog should be used.
Comment 1 Nikita Krjukov 2007-06-09 16:17:47 UTC
Alexey, I supposed that this issue is a duplicate of the isseu #93271. 
Comment 2 Alexey Yarmolenko 2007-06-15 16:53:19 UTC
No, 93271 describes another way to implement predicates, which we agreed not to implement. I suggest to close that
feature request as "WILL NOT "FIX and close this one as "IMPLEMENTED"
Comment 3 Sergey Lunegov 2007-06-19 11:01:57 UTC
Predicate support has been added.