Subversion Repositories eFlore/Archives.eflore-xul

Compare Revisions

Ignore whitespace Rev 5 → Rev 4

/trunk/eflore/xul_hello_world/exemple.css
1,4 → 1,4
.bnw {
background-color: white;
color: blue;
background-color: Red;
color: Yellow;
}
/trunk/eflore/xul_hello_world/exemple.xul
1,11 → 1,10
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="exemple.css" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml version"1.0" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
<?xml-stylesheet href="exemple.css" type="text/css" ?>
 
 
<!DOCTYPE window [
<!ENTITY exemple:hello "Salut tout ..." >
<!ENTITY exemple:world "...le monde !" >
<!ENTITY exemple:hello "Hello..." >
<!ENTITY exemple:world "...World !" >
]>