[
http://issues.apache.org/jira/browse/COCOON-1839?page=comments#action_12375788
]
Eric Meyer commented on COCOON-1839:
------------------------------------
You are correct. I am using the xml serializer. However, it does not appear
possible to use the xhtml serializer with the xhtml1.1 doctype (though it does
look like I could subclass it, and override the configure method).
<map:serializer name="oacs-xhtml11"
src="org.apache.cocoon.serialization.XMLSerializer"
logger="sitemap.serializer.xhtml"
mime-type="text/html; charset=utf-8" pool-grow="4"
pool-max="200" pool-min="4">
<doctype-public>-//W3C//DTD XHTML 1.1//EN</doctype-public>
<doctype-system>
http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd
</doctype-system>
<encoding>UTF-8</encoding>
<omit-xml-declaration>yes</omit-xml-declaration>
</map:serializer>
> exception2html.xslt <script /> causes IE display problem
> --------------------------------------------------------
>
> Key: COCOON-1839
> URL: http://issues.apache.org/jira/browse/COCOON-1839
> Project: Cocoon
> Type: Bug
> Components: * Cocoon Core
> Versions: 2.1.9
> Reporter: Eric Meyer
> Priority: Minor
> Attachments: exception2xhtml-patch.txt
>
> The IE rendering engine will show a blank page if the document contains a
> minimal (self-closing) <script /> tag.
> By putting in an nbsp ( ) or a new line, the XSLT produces <script>
> </script>, which then allows IE to properly display the page.
> The attached page (license granted to asf) adds a non-breaking space to keep
> the tag from being collapsed.
> <script src="{$contextPath}/scripts/main.js" type="text/javascript">
>  
> </script>
--
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