You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Indraneel Sarkar <IS...@novell.com> on 2002/09/04 18:23:42 UTC

core.xml

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 "&nbsp;". 

XML Parsing Error: undefined entity
Location: http://httpd.apache.org/docs-2.0/mod/core
Line Number 106, Column 1:&nbsp;&nbsp;AllowOverride None<br />
^

Is this a Mozill defect, or is it complaining correctly?

Thanks,
-Indu

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: core.xml

Posted by "i.t" <i....@ithum.de>.
> 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 "&nbsp;".
>
> XML Parsing Error: undefined entity
> Location: http://httpd.apache.org/docs-2.0/mod/core
> Line Number 106, Column 1:&nbsp;&nbsp;AllowOverride None<br />
> ^
>
> Is this a Mozill defect, or is it complaining correctly?
>
it looks like a mozilla bug:
XML-Verarbeitungsfehler: Unbekannte Entity
Adresse: http://httpd.apache.org/docs-2.0/mod/core
Zeile Nr. 106, Spalte 1:&nbsp;&nbsp;AllowOverride None<br />
^
mozilla-1.1-0
why should "&nbsp; &nbsp;" be an undefined/unknown entity?
-- 
_ ___
|  |  Irmund     Thum
|  |   


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: core.xml

Posted by Erik Abele <er...@codefaktor.de>.
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 "&nbsp;". 
> 
> XML Parsing Error: undefined entity
> Location: http://httpd.apache.org/docs-2.0/mod/core
> Line Number 106, Column 1:&nbsp;&nbsp;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 "&#160;">

hmm...one level to deep for Mozilla ?!?

Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org