XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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"?>