This is documentation for styles I am using at this site for HTML and XML.
The following is the inline CSS style I use for this HTML page:
body { background: lightblue}
h1 {margin-left: 5%}
p {margin-left: 10%; margin-right: 20%; font: 16.0px Helvetica}
The following are the ELEMENT attributes DTD for the XML pages I am currently using:
entry (title+, para+, toplink*, extlink*, image*)
title (#PCDATA)*
para (subtitle?, body)
subtitle (#PCDATA)*
body (#PCDATA)*
image (location, height?, width?)
location (#PCDATA)*
height (#PCDATA)*
width (#PCDATA)*
toplink EMTY
extlink (mylink, linktext)
mylink (#PCDATA)*
linktext (#PCDATA)*
Here is a link to the XSL code that renders the XML for this site into HTML. XML Stylesheet