Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[XML] Prob d'utilisation des CSS résolu
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Sun Jun 27, 2004 1:34 pm    Post subject: [XML] Prob d'utilisation des CSS résolu Reply with quote

Bonjour,
J'aimerai utliser XML+CSS pour certaine pages de mon site. Le hic si j'entre l'adresse http://localhost/test.xml pour passer par Apache ça ne m'utilise pas le CSS et je vois le texte situé entre les balise l'un après l'autre comme ceci :
Quote:
Mozilla Firefox 0.9r1 Pentium 4 ~x86 8.5 Mo +gtk2 +java +truetype -gnome -ipv6 -moznoxft -xinerama -O3 -mcpu=pentium4 -fomit-frame-pointer

Alors que si j'utilise l'adresse file:///var/www/localhost/htdocs/test.xml ça me donne comme je le voulait (
Quote:
Mozilla Firefox
0.9r1
Pentium 4 ~x86
8.5 Mo
+gtk2 +java +truetype -gnome -ipv6 -moznoxft -xinerama
-O3 -mcpu=pentium4 -fomit-frame-pointer
)
Voici le contenu de test.xml
Code:
<?xml version = '1.0' encoding = 'UTF-8'?>
<?xml-stylesheet href="test.css" type="text/css"?>
<paquet_binaire>
  <nom type="www" >Mozilla Firefox</nom>
  <version>0.9<release>r1</release>
    <release_candidate/>
  </version>
  <arch>Pentium 4
  <keywords>~x86</keywords>

  </arch>
  <taille>8.5 Mo</taille>
  <use>
    <plus>+gtk2 +java +truetype</plus>
    <moins>-gnome -ipv6 -moznoxft -xinerama</moins>
  </use>
  <flags>-O3 -mcpu=pentium4 -fomit-frame-pointer</flags>

</paquet_binaire>

de test.css :
Quote:
paquet_binaire {}
nom {
display: block;
width: 250px;
font-size: 16pt ;
font-family: arial ;
font-weight: bold;
background-color: #000077;
color: #ffffff;

padding-left: 10px;
}

version {
color: #000077;
display: block;
font-size: 13pt;
font-weight: bold;
padding-left: 10px;
}

arch {
display: block;
font-size: 12pt;
color: #770000;
padding-left: 10px;
}
keywords {font-size: 10pt;}

taille {
display: block;
font-size: 12pt ;
font-family: arial ;
padding-left: 10px;
}
use {font-size: 9pt; display: block;}
plus {color: #ff0000; font-weight: bold;}
moins {color: #3300ff; font-style: italic;}
flags {font-size: 9pt; display: block; font-style: italic;}


PS : faite pas attention à l'organisation du code, c'est du vite fait mal fait !
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo
Back to top
View user's profile Send private message
GNUTortue
Apprentice
Apprentice


Joined: 29 May 2004
Posts: 234
Location: Suisse Pontenet (BE)

PostPosted: Sun Jun 27, 2004 2:07 pm    Post subject: Reply with quote

Trouvé !
J'avait bêtement oublier de mettre les droit en lecture pour tt le monde sur ma feuille de sytle ! :oops: :oops: :oops:
_________________
Jabber : tortue@swissjabber.ch
donc les gentooistes on un penchant pour le japonais... (daywalker, 2004-10-07 à 15:23:57)
Samurai deeper Kyoo
Back to top
View user's profile Send private message
dju`
Retired Dev
Retired Dev


Joined: 11 Feb 2003
Posts: 370

PostPosted: Sun Jun 27, 2004 2:11 pm    Post subject: Reply with quote

je viens d'essayer chez moi, ca marche bien. tu es certain que firefox récupère bien la css ?
Back to top
View user's profile Send private message
dju`
Retired Dev
Retired Dev


Joined: 11 Feb 2003
Posts: 370

PostPosted: Sun Jun 27, 2004 2:11 pm    Post subject: Reply with quote

ha ben voilà :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum