Subversion Repositories eFlore/Archives.eflore-xul

Compare Revisions

Ignore whitespace Rev 4 → Rev 5

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