<xml>
<?xml-stylesheet type="text/css" style.css"?>
<note>
<to> Joe </to>
<from> Jack </from>
<re> XML file working with some CSS sheets </re>
<body> Simple XML file to different CSS sheets I created</body>
</note>
my style sheet looks like this and is in the same folder
BODY
{
color:Purple;
}
NOTE
{
background-color: Maroon;
}
any help is much appreciated. thanks in advance
<?xml-stylesheet type="text/css" style.css"?>
<note>
<to> Joe </to>
<from> Jack </from>
<re> XML file working with some CSS sheets </re>
<body> Simple XML file to different CSS sheets I created</body>
</note>
my style sheet looks like this and is in the same folder
BODY
{
color:Purple;
}
NOTE
{
background-color: Maroon;
}
any help is much appreciated. thanks in advance