firefox problem
Hey,
I'm having a prob setting the style to apply properly in firefox.
When i execute the xml page in IE eveything works gr8 but when i try to open the XML file in firefox it only seems to partly apply. Here's the headers of the two pages in wuestion
xml page
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document SYSTEM "project.dtd">
<?xml-stylesheet type="text/xsl" href="project.xsl"?>
xsl page
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
<xsl:template match="document">
I can supply the complete code if required.
Thanks for any help
|