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 134728

Summary: Autocompletion should support values of attributes
Product: soa Reporter: Sergey Lunegov <slunegov>
Component: XSLTAssignee: _ alexpetrov <alexpetrov>
Status: NEW ---    
Severity: blocker CC: alexeyyarmolenko
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 134727    
Bug Blocks:    

Description Sergey Lunegov 2008-05-08 13:15:09 UTC
When user edits xsl source code Autocompletion feature should suggest values of attributes in xsl tags.
Those values are taken from the enumeration defined in XSL schema.
We'll support XSLT 1.0, 1.1, 2.0.
Comment 1 Sergey Lunegov 2008-05-09 09:01:05 UTC
Elements of below types should be supported:

xsl:attribute
@name :  target schema element chooser, see below
@namespace : TBD

xsl:attribute-set
@use-attribute-set : list of attribute-sets defined

xsl:call-template
@name : list of named templates

xsl:copy
@use-attribute-set : list of attribute-sets defined


xsl:element
@name :  target schema element chooser, see below
@namespace : TBD
@use-attribute-set : list of attribute-sets defined
Comment 2 ceklock 2011-09-19 20:25:15 UTC
Changed to P3