Closed Bug 303664 Opened 19 years ago Closed 19 years ago

DTD are not apply by firefox on xml full site

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 69799

People

(Reporter: jdestars, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6

when i launch site by firefox , error appear  on DTD Variable
but declaration  are good


Reproducible: Always

Steps to Reproduce:
1.source  of  site :
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="eve_stylesheet.xsl"?>
<?xml-stylesheet type="text/css" href="eve_css_stylesheet.css"?>

<!DOCTYPE InfoSite SYSTEM "eve_dtd_file.dtd">
<InfoSite>
<Titre>Information sur le Site</Titre>
<Chapitre xml:base="http://perso.wanadoo.fr/Webstars_Online/Eve/" xml:lang="fr">
		<Page Link="index" Titre="Page d'accueil"/>
		<Page Link="News" Titre="Nouvelle des Empires"/>
		<Page Link="Chronicle" Titre="Chronique de notre Corporation"/>
		<Page Link="Markets" Titre="Nos  articles  disponibles et Nos besoins"/>

		<Page Link="Tools" Titre="les outils du parfait fabriquant"/>
		<Page Link="Presentation" Titre="Qui nous Somme , où allons Nous"/>
		<Page Link="Link" Titre="Site à Voir"/>	
</Chapitre>
<Remarque>N'hesitez pas à nous joindre  InGame pour plus amples questions</Remarque>
<Contact>Administrateur  du site  : &WebMaster;</Contact>
<Copyright>Tout Droit Réservé pour le Site &Site; Créé par &Auteur;
&Copyright;</Copyright>
</InfoSite>


2. Source of DTD
<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- Déclaration des  ENTITY -->

<!ENTITY % xhtml11.mod PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3c.org/TR/xhtml-modularization/DTD/xhtml11.dtd">
<!-- %xhtml11.mod;
<!ELEMENT Description (#PCDATA | %flow.mix;)*> -->

<!-- Information Site -->

<!ENTITY % Root "perso">
<!ENTITY % Provider "Wanadoo.fr">
<!ENTITY % RepSite "webstars_Onlines/Eve">
<!ENTITY % WebMaster "Webstars-EveAdmin">
<!ENTITY Site "http:// %Root; &#x2e; %Provider; &#x2f; %RepSite;">
<!ENTITY WebMaster "%WebMaster;">
<!ENTITY Auteur "Jdestars">
<!ENTITY % Année "2004">
<!ENTITY Copyright "&#xa9; %Année;">

<!-- <!ELEMENT br EMPTY > -->

<!ELEMENT Markets (Achats,Ventes)*>
<!ELEMENT Outils (OreCalculator,PricerFactory)*>
<!ELEMENT Presentation
(Historique,Implantation,BusinessPlan,Partenaires,Opportunité)*>
<!ELEMENT Menu (Accueil,Chronicle,Link,Markets,News,Outils,Presentation)*>
<!ELEMENT InfoSite ANY>
<!ELEMENT EveSite (Menu,InfoSite)*>

<!-- Déclaration Element Fichier InfoSite  -->

<!ELEMENT Titre (#PCDATA)*>
<!ELEMENT Chapitre ANY>
<!ATTLIST Chapitre
		  xml:base CDATA #REQUIRED
		  xml:lang CDATA #REQUIRED> 	
<!ELEMENT Page ANY>
<!ATTLIST Page
		  Link CDATA #REQUIRED
		  Titre CDATA #REQUIRED>
<!ELEMENT Contact (#PCDATA)*>			  
<!ELEMENT Remarque (#PCDATA)*>	
<!ELEMENT Copyright ANY>			  
<!-- Déclaration Element Fichier OreCalculator -->
 
<!-- <!NOTATION br EMPTY > -->
<!-- <!ATTLIST br EMPTY> -->
3.

Actual Results:  
Erreur d'analyse XML : entité non définie
Emplacement : http://perso.wanadoo.fr/webstars-onlines/eve/infosite_xml_file.xml
Numéro de ligne 18, Colonne 37 :<Contact>Administrateur  du site  :
&WebMaster;</Contact>

Expected Results:  
Information sur le Site
indexPage d'accueil 
NewsNouvelle des Empires 
ChronicleChronique de notre Corporation 
MarketsNos articles disponibles et Nos besoins 
Toolsles outils du parfait fabriquant 
PresentationQui nous Somme , où allons Nous 
LinkSite à Voir 
N'hesitez pas à nous joindre InGame pour plus amples questions
Administrateur du site : Webstars-EveAdmin
Tout Droit Réservé pour le Site http:// perso . Wanadoo.fr /
webstars_Onlines/Eve Créé par Jdestars © 2004

compatibility with Standard xml are broken

*** This bug has been marked as a duplicate of 69799 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.