LayManSys Specification: CSS-Tags in RDF-Files

The elements in this namespace are used to include CSS files into your HTML content.

XML Namespace Information

XML Namespace
xmlns:css="http://laymansys.sf.net/rdf/css"
Preferred Namespace Prefix
css

Elements

file

Use this element to reference style files that are included using XHTMLs link tag. There are the following attributes:

href
This is the files path, either relative or absolute to the webservers document root.
title
Style files may be given a descriptive title.
media
This is the CSS output media the style file is designed for.

content

Style files referenced by this tag are printed in the documents head using the XHTML tag style. This element accepts this attribute:

src
This is the files path, either relative or an absolute file-system path.