Hi,
Does anyone know why Firefox doesn't understand external entities references in an XML page ? Is it some parameter to change in Firefox itself, or is Firefox simply unwilling to manage them ?
In my DTD, I have things like:
<!ENTITY Tables SYSTEM "./Tables.xml">
and then in the XML I use:
&Tables;
and this works fine in IE6 (the external file is included in the main page).
Does anyone know why Firefox doesn't understand external entities references in an XML page ? Is it some parameter to change in Firefox itself, or is Firefox simply unwilling to manage them ?
In my DTD, I have things like:
<!ENTITY Tables SYSTEM "./Tables.xml">
and then in the XML I use:
&Tables;
and this works fine in IE6 (the external file is included in the main page).