Indraneel Sarkar wrote:
When trying to access httpd.apache.org/docs-2.0/mod/core, Mozilla
(build 20020829) gives the following parsing error. The "^" in the last
line actually points to the first " ".
XML Parsing Error: undefined entity
Location: http://httpd.apache.org/docs-2.0/mod/core
Line Number 106, Column 1: AllowOverride None<br />
^
Is this a Mozill defect, or is it complaining correctly?
Seems to be a mozilla bug. I ran into this sometime ago, while trying to
use the W3C character entity set extensions (for example
http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent).
It only occurs when an entity is defined in a DTD, which is included into
the DTD actually linked to the XML-file. Unfortunately this is the case with
our current system :-(
core.xml:
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
modulesynopsis.dtd:
<!ENTITY % common SYSTEM "common.dtd">
common.dtd:
<!ENTITY nbsp " ">
hmm...one level to deep for Mozilla ?!?
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]