C
charly
Greetings,
I'm trying my hand at xml and css (no, I don't want to use XSL yet).
So I got a test.xml :
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="styles.css" type="text/css"?>
<Diaries>
<name>
testName
</name>
<name>
testName the second
</name>
</Diaries>
I got a styles.css defined as this :
<meta http-equiv="content-style-type" content="text/css">
diairies,name{
display: block;
padding: 0.75em;
}
now if open test.xml with IE6 or Firebird, nothing appears, my screen is
blank yet the source is correct....
I am definitively missing somehting obvious here :
can someone help me please ?
thx a bunch !!
I'm trying my hand at xml and css (no, I don't want to use XSL yet).
So I got a test.xml :
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="styles.css" type="text/css"?>
<Diaries>
<name>
testName
</name>
<name>
testName the second
</name>
</Diaries>
I got a styles.css defined as this :
<meta http-equiv="content-style-type" content="text/css">
diairies,name{
display: block;
padding: 0.75em;
}
now if open test.xml with IE6 or Firebird, nothing appears, my screen is
blank yet the source is correct....
I am definitively missing somehting obvious here :
can someone help me please ?
thx a bunch !!