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

Subject: [xsl] Is there a way to display entities callouts in both IE and Mozilla?
From: Betty.Risher@xxxxxxxxxxxx
Date: Tue, 9 Nov 2004 09:07:06 -0700
I am trying to use entity calls (example —) 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?

Betty

Current Thread