Re: [xsl] Is there a way to display entities callouts in both IE and Mozilla?

Subject: Re: [xsl] Is there a way to display entities callouts in both IE and Mozilla?
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Tue, 09 Nov 2004 18:17:51 +0200
Betty.Risher@xxxxxxxxxxxx wrote:

I am trying to use entity calls (example &mdash;) from 1 xml source for
both IE and Mozilla. Currently the IE version works fine due to the entity
files being called out from the dtd. I am having issues with the Mozilla
version.  I can not get it to recognize the &mdash.  I have tried to
declare the entity in a stylesheet using:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE xsl:stylesheet [
     <!ENTITY mdash "&#151;">
]>

this did not work.
Am I missing something?



AFAIK Moz only sees entities in the internal DTD subset. The Moz site has all the details but Firefox 1.0 is out and reaching a moz webpage seems impossible at the moment due to the number of downloads...

hth,

Manos

Current Thread