Could someone please provide me with a short code example of an XML file that includes both a DTD and CSS styles all in one file?
Just need one element as an example.
I'm new to XML and can't seem to find any examples with both XML and CSS combined in a single file.
Thank you
Also, I would like the CSS functions in the XML file to include:
element {
position:relative;
display:block;
width:600px;
background-color:#999999;
color:#FFFFFF;
font-family:Tahoma,Arial;
font-size:40px;
padding:15px;
}