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

Summary: Add support for predicates to XSLT mapper
Product: soa Reporter: Alexey Yarmolenko <alexeyyarmolenko>
Component: XSLTAssignee: Nikita Krjukov <supernikita>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.