Having problems on Mozilla firefox (not able to se
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_publications_xsl.xsl"?>
<!DOCTYPE root [
<!ENTITY about SYSTEM "publications.xml">
]>
<root>
&about;
</root>
so its extending publications.xml which has the data...
and Topic_publications_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.
|