You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/09 21:08:22 UTC

DO NOT REPLY [Bug 14610] - XSLTC: html output method only applies to elements with null namespace URIs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14610>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14610

XSLTC: html output method only applies to elements with null namespace URIs





------- Additional Comments From igorh@ca.ibm.com  2002-12-09 20:08 -------
This is a problem with xsl:output method="html".
The namespace declarations
xmlns="http://www.w3.org/TR/REC-html40
xmlns:jsp=http://www.w3.org/jsp 

are missing when  xsl:output method="html".
(The output is OK for  xsl:output method="xml").