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/11/15 22:20:18 UTC

DO NOT REPLY [Bug 14610] New: - 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

           Summary: XSLTC: html output method only applies to elements with
                    null namespace URIs
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Xalan-Xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: grchiu@ca.ibm.com


See test case output63.

The html output method should not output an element differently from the xml 
output method unless the expanded-name of the element has a null namespace URI; 
an element whose expanded-name has a non-null namespace URI should be output as 
XML.

So the html tags <p>, <hr> and <br> in this case, due to the default html 
namespace should be output as xml not html.