Sign In/My Account
|
View Cart
O'Reilly Home
News
Store
Safari Books Online
Conferences
School of Technology
About
Columns
<understanding:xml/>
Agile Web
Dive into XML
Hacking Congress
Hacking the Library
Java Web Services Security
Jon Udell
Perl and XML
Practical XQuery
Python and XML
Rich Salz
Sacré SVG
Standards Lowdown
The Restful Web
Transforming XML
XML Annoyances
XML Q&A
XML Tourist
XML-Deviant
XML Essentials
Annotated XML
What is XML?
What is XSLT?
What is XSL-FO?
What is XLink?
What is XML Schema?
What is XQuery?
What is RDF?
What is RSS?
What is AJAX?
What are Topic Maps?
What are Web Services?
What are XForms?
XSLT Recipe of the Day
Topics
AJAX
Business
Databases
Graphics
Metadata
Mobile
Programming
Schemas
Semantic Web
Style
Web
Web Services
Sponsored Developer Resources
Inside Lightroom
Syndication
Article:
Putting Attributes to Work
Subject:
Example does not render output in FireFox 1.5.0.2
Date:
2006-04-28 13:59:12
From:
Bob DuCharme
Response to:
Example does not render output in FireFox 1.5.0.2
When using a browser's XSLT processor, it's best to have the stylesheet convert the result to some sort of HTML. The stylesheet worked in IE when I added this template rule to it:
<xsl:template match="/">
<html><body>
<xsl:apply-templates/>
</body></html>
</xsl:template>
Previous Message
Up
Next Message
Sponsored By: