The following issue has been updated:

    Updater: Dave Brondsema (mailto:[EMAIL PROTECTED])
       Date: Fri, 18 Feb 2005 5:14 PM
    Changes:
             Fix Version changed to 0.8
             Fix Version changed from 0.7
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org//browse/FOR-15?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-15

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-15
    Summary: supporting xhtml/css (as per validator.w3.org) in project 
directory tree
       Type: New Feature

     Status: Unassigned
   Priority: Major

    Project: Forrest
 Components: 
             Core operations
   Fix Fors:
             0.8
   Versions:
             0.6

   Assignee: 
   Reporter: Ralf Hauser

    Created: Sat, 11 Jan 2003 2:03 AM
    Updated: Fri, 18 Feb 2005 5:14 PM

Description:
In order to use the w3c.org sanity checks on xhtml11 and css2, I need html 
files to start with:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
<head> ...

The only place I found a reference to "HTML 4.01 Transitional//EN..." in the 
myproject directory tree was in build\tmp\context\sitemap.xmap
which had no effect.
1) I had to change it in xml-forrest\build\dist\shbat\context\sitemap.xmap 
which doesn't appear to be the right place to me.
2) In which file would I have to change "DOCTYPE HTML PUBLIC" to "DOCTYPE html 
PUBLIC"? 
3) Where would I change "META" to "meta"? XHTML doesn't like caps.
4) The end tags need to be `" />` instead of `">` where would one change that?
5) Where would I change the margin attributes of the "body" tag?
6) Where would I change the attributes of the "td" tag?
etc., etc.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to