Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General 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 software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 21st, 2005, 10:35 AM
Registered User
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with AJAX in Firefox geoko BOOK: Professional Ajax ISBN: 978-0-471-77778-6 2 June 27th, 2009 11:57 AM
Firefox vs. IE - Javascript problem VerbatimBOT ASP.NET 2.0 Professional 2 September 25th, 2008 03:28 AM
xpath problem in firefox 3 asadallahi BOOK: Professional Ajax ISBN: 978-0-471-77778-6 0 August 13th, 2008 01:07 AM
firefox session problem fender79 Classic ASP Professional 0 April 12th, 2005 02:51 AM
firefox session cookies problem fender79 Classic ASP Basics 0 April 11th, 2005 08:35 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.