While IE can handle this Netscape can not. Is there anyway to generate completely cross browser compliant HTML with XSL?
Answer 2 If you are seeing: instead of: Then you are likely using the incorrect way of calling XSLProcessor.processXSL() since it appear that it’s not doing the HTML output for you. Use: void processXSL(style,sourceDoc,PrintWriter) instead of: DocumentFragment processXSL(style,sourceDoc) and it will work correctly. Netscape 4.0: Preventing XSL From Outputting Tag Question I’m using