Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 321732

Summary: [SSE] Resolve template variables
Product: z_Archived Reporter: Gabriel Petrovay <gabipetrovay>
Component: WTP IncubatorAssignee: Project Inbox <wtp.inc.xquery-inbox>
Status: NEW --- QA Contact: XQDT <xqdt>
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 296130    

Description Gabriel Petrovay CLA 2010-08-04 10:41:55 EDT
Templates have variables that can be resolved to set of proposals. This functionality was there in the XQDT DLTK Editor. For example:

1. inserting a validation template:
validate validation_mode { expression }
"validation_mode" must be resolved to { "lax", "strict" }

2. inserting an "as" template:
as sequence_type
"sequence_type" must be resolved to { "item()", "node()", "text()", "empty-sequence()", ...}