You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Ross Gardler (JIRA)" <ji...@apache.org> on 2006/01/30 11:10:33 UTC

[jira] Closed: (FOR-15) supporting xhtml/css (as per validator.w3.org) in project directory tree

     [ http://issues.apache.org/jira/browse/FOR-15?page=all ]
     
Ross Gardler closed FOR-15:
---------------------------

    Resolution: Won't Fix
     Assign To:     (was: Juan Jose Pablos)

Since this issue was raised there have been some huge changes in the way output is generated the patch is no longer relevant and much work has been done on 1.1. compliance.

It is better to close this issue and start a new one against the forthcoming dispatcher.

If anyone disagrees please reopen this issue.

> supporting xhtml/css (as per validator.w3.org) in project directory tree
> ------------------------------------------------------------------------
>
>          Key: FOR-15
>          URL: http://issues.apache.org/jira/browse/FOR-15
>      Project: Forrest
>         Type: New Feature
>   Components: Core operations
>     Versions: 0.6
>     Reporter: Ralf Hauser
>  Attachments: valid-xhtml.diff, xhtmlSupport.zip
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira