OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
<?xml version="1.0" encoding="utf-8"?> creating problems with mozilla firefox
This page's ID:
29388
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hi frnds, i have simple XML doc <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="test.xsl"?> <data> <name> Divyesh Jariala</name> </data> and test.xsl <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/data"> <xsl:text> My name is : <xsl:text> <xsl:value-of select="data/name" /> </xsl:template> </xsl:stylesheet> this works fine with IE...but when i trying to run it with mozilla firefox ...it gives me an error XML Parsing Error: xml declaration not at start of external entity Line Number 3, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^ what might be the problem? Thanx in advance Divyesh
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »