i m trying to see the xml in a browser using an xslt....
My xml i have defined as
<?xml version=" 1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="Topic_pub lications_xsl.x sl"?>
<!DOCTYPE root [
<!ENTITY about SYSTEM "publications.x ml">
]>
<root>
&about;
</root>
so its extending publications.xm l which has the data...
and Topic_publicati ons_xsl.xsl has the logic of showing the data on the browser..
Now this works great on IE but on mozilla firefox it has problems and does not show the data...
Do u have any idea on this??
Also there is a point on mozilla firefox that it does nt accept external DTD's. So is this the reason..
Thanks for the help.
My xml i have defined as
<?xml version=" 1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="Topic_pub lications_xsl.x sl"?>
<!DOCTYPE root [
<!ENTITY about SYSTEM "publications.x ml">
]>
<root>
&about;
</root>
so its extending publications.xm l which has the data...
and Topic_publicati ons_xsl.xsl has the logic of showing the data on the browser..
Now this works great on IE but on mozilla firefox it has problems and does not show the data...
Do u have any idea on this??
Also there is a point on mozilla firefox that it does nt accept external DTD's. So is this the reason..
Thanks for the help.
Comment