You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/11/02 21:03:20 UTC

[jira] Assigned: (XALANJ-1867) XSLTC: xhtml output method is not supported, nor does XHTML doctype sniffing work

     [ http://issues.apache.org/jira/browse/XALANJ-1867?page=all ]

Brian Minchau reassigned XALANJ-1867:
-------------------------------------

    Assignee: Christine Li  (was: Brian Minchau)

> XSLTC: xhtml output method is not supported, nor does XHTML doctype sniffing work
> ---------------------------------------------------------------------------------
>
>                 Key: XALANJ-1867
>                 URL: http://issues.apache.org/jira/browse/XALANJ-1867
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: XSLTC
>    Affects Versions: 2.5Dx
>         Environment: Operating System: Windows XP
> Platform: PC
>            Reporter: Daniel Neades
>         Assigned To: Christine Li
>         Attachments: bugzilla.28760.patch.txt
>
>
> In Xalan 2.6.0, xhtml is allowed as an output method by the interpretive
> processor. However, it is not allowed by XSLTC. It would be helpful if the two
> processors supported the same set of output methods.
> Also, whilst the interpretive processor supports doctype sniffing for XHTML, as
> implemented in org.apache.xml.serializer.ToStream.java at line 502:
>     if (doctypePublic.startsWith("-//W3C//DTD XHTML"))
>         m_spaceBeforeClose = true;
> the XSLTC processor doesn't seem to support this way of turning on XHTML
> friendly output (with spaces before the close of empty elements, such as "<br \>").
> Given the combination of these two problems, there seems to be no way to use
> XSLTC to generate XHTML output that will work across a wide range of web browsers.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org