xsl-list
[Top] [All Lists]

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

2004-11-09 09:17:51
Betty(_dot_)Risher(_at_)jeppesen(_dot_)com wrote:

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?



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