You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 08:41:21 UTC

[jira] Updated: (ADFFACES-115) Trinidad doesn't support generating STRICT XHTML. Please, add support for it

     [ https://issues.apache.org/jira/browse/ADFFACES-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-115:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Trinidad doesn't support generating STRICT XHTML. Please, add support for it
> ----------------------------------------------------------------------------
>
>                 Key: ADFFACES-115
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-115
>             Project: MyFaces ADF-Faces
>          Issue Type: New Feature
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>         Environment: all
>            Reporter: Mikhail Grushinskiy
>            Priority: Minor
>
> Trinidad doesn't support generating STRICT XHTML. Please, add this support.
> JSP page starting with the following definition
> <?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
> 	xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:tr="http://myfaces.apache.org/trinidad"
> 	xmlns:trh="http://myfaces.apache.org/trinidad/html">
>     <jsp:directive.page contentType="application/xhtml+xml;charset=utf-8" />
>     <jsp:output
>     	omit-xml-declaration="false"
>         doctype-root-element="xhtml"
>         doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
>         doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>	
> 	<f:view>
> 		<tr:document title=
> causes Trinidad to produce bad HTML:
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE xhtml PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- Start: org.apache.myfaces.trinidad.Document["_idJsp0"] --><html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en">
>   <head>
>     <title>Home Page</title>
>       
>     <meta name="generator" content="Oracle ADF Faces"></meta>
>       
> NOTE: there are 2 DOCTYPE entries

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.