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 - Autocompletion should support values of attributes
Summary: Autocompletion should support values of attributes
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords:
Depends on: 134727
Blocks:
  Show dependency tree
 
Reported: 2008-05-08 13:15 UTC by Sergey Lunegov
Modified: 2011-09-19 20:25 UTC (History)
1 user (show)

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 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