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 155828 - Javascript editor support for <script> tags within XSL templates
Summary: Javascript editor support for <script> tags within XSL templates
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 10:56 UTC by ats37
Modified: 2008-12-19 10:56 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 ats37 2008-12-19 10:56:40 UTC
I have some XSLT templates that produce HTML output.  This HTML includes some <script> tags containing javascript code.
 However, the usual javascript editor support (code completion etc.) does not appear to be working on these sections,
like it would in an actual HTML file that contained the same code.  It would be nice if it did.