XSL and Netscape
-
Does Netscape support XSL stylesheets???? I have a page here (you are lucky to see this): XML page on website It is XML linked to an XSL stylesheet that seems to work on IE but netscape just displays the XML tag contents one after the other without formatting. Am I missing something that nescape needs to tell it that what its reading is XML with XSL stylsheets?
Jonny Newman Liverpool, UK Sonork: 16257:Jonny Newman MSN Msngr: jonathann4@hotmail.com ICQ: 37606329 I'm out there! Feel free to contact me about anything.
-
Does Netscape support XSL stylesheets???? I have a page here (you are lucky to see this): XML page on website It is XML linked to an XSL stylesheet that seems to work on IE but netscape just displays the XML tag contents one after the other without formatting. Am I missing something that nescape needs to tell it that what its reading is XML with XSL stylsheets?
Jonny Newman Liverpool, UK Sonork: 16257:Jonny Newman MSN Msngr: jonathann4@hotmail.com ICQ: 37606329 I'm out there! Feel free to contact me about anything.
They are "trying" to support XSL. But as I saw with no success :) Philip Patrick Web-site: www.saintopatrick.com "Two beer or not two beer?" Shakesbeer Need Web-based database administrator? You already have it!
-
Does Netscape support XSL stylesheets???? I have a page here (you are lucky to see this): XML page on website It is XML linked to an XSL stylesheet that seems to work on IE but netscape just displays the XML tag contents one after the other without formatting. Am I missing something that nescape needs to tell it that what its reading is XML with XSL stylsheets?
Jonny Newman Liverpool, UK Sonork: 16257:Jonny Newman MSN Msngr: jonathann4@hotmail.com ICQ: 37606329 I'm out there! Feel free to contact me about anything.
The media type in your XSL reference is wrong. There's no type "text/xsl". The XSLT standard tells to use either "text/xml" or "application/xml". According to RFC 3023 "application/xslt+xml" might be used in future, but it's not yet registered. Mozilla/Netscape tends to be much stricter about following the letter of published standards than MSIE.