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

Summary: Define DTD for themes.xml
Product: platform Reporter: Jesse Glick <jglick>
Component: DocumentationAssignee: Geertjan Wielenga <geertjan>
Status: NEW ---    
Severity: blocker CC: tboudreau
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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?