Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

While IE can handle this Netscape can not. Is there anyway to generate completely cross browser compliant HTML with XSL?

0
Posted

While IE can handle this Netscape can not. Is there anyway to generate completely cross browser compliant HTML with XSL?

0

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 . Is it possible to prevent XSLT from outputting in the head because Netscape 4.0 has difficulties with this statement. It renders the page twice. Answer The XSLT 1.0 Recommendation says in Section 16.2 (“HTML Output Method”)…If there is a HEAD element, then the html output method should add a META element immediately after the start-tag of the HEAD element specifying the character encoding actually used. For example:

-->

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123