|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mozilla 1.5 doesn't show my XML / XSLT correctly
Hi,
I'm pretty new in XSLT, and I'm making a site with xml, xslt and css. does pretty well in windows IE6, but after I made changes, it doesn't display right in Mozzilla 1.5 anymore. When I convert the XML file in CookTop + MSXSL 4.0, and open the generated file in Mozzilla, it works all right. Somehow I can't figure out what the problem is.. http://www.jarra.nl/_TEST/jarrax2.xml http://www.jarra.nl/_TEST/jarrass2.xsl previous file, the one that works..: http://www.jarra.nl/_TEST/jarrax.xml thanks for any help, jarra
__________________
http://www.jarra.nl |
|
#2
|
|||
|
|||
|
for your information:
think i solved it, must have somthing to do with the declarations at the top... don't know what was wrong though. currently using this declaration: Code:
<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:my="http://www.jarra.nl/" xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
<xsl:output doctype-system="/resources/dtd/xhtml1-strict.dtd" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" cdata-section-elements="script" indent="yes" method="xml" />
<xsl:output omit-xml-declaration="yes" />
jarra |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Mozilla 1.5 doesn't show my XML / XSLT correctly |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|