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 30232 - Define DTD for themes.xml
Summary: Define DTD for themes.xml
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-21 01:15 UTC by Jesse Glick
Modified: 2012-06-19 22:13 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-01-21 01:15:15 UTC
Should be a rather simple DTD since the themes.xml
format is very simple.

Should live in
core/src/org/netbeans/core/resources/nb-theme-1_0.dtd
with a copy in www/www/dtds/.

Catalog entry in www/www/dtds/catalog and entity
decl in
core/src/org/netbeans/core/resources/mf-layer.xml:/xml/entities/
as usual.

NbTheme.java should run in nonvalidating mode and
supply an empty input source for the DTD.

All example theme files available should be given
a proper DOCTYPE declaration for instructional
purposes.
Comment 1 _ tboudreau 2012-06-19 22:13:38 UTC
Does themes.xml even still work?