Bug 963

Summary: [Chameleon Doc] incorrect PopupCSS example in Application Developers Guide
Product: Chameleon Reporter: Fred Warnock <fwarnock@dmsolutions.ca>
Component: DocumentationAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: NEW    
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
URL: http://chameleon.maptools.org/help/viewer.phtml
Whiteboard:

Description From 2005-02-16 10:51:41
the following incorrect example is given in the "Customising with CSS Files"
section of the Application Developers Guide.

<SharedResource NAME="PopupCSS" VALUE="<url-to-custom-stylesheet>"/>

The example should be

<cwc2 type="SharedResource" name="PopupCSS">
  <popupcss value="<url-to-custom-stylesheet>" />
</cwc2>