The rendering of an XML document in the Author mode is driven by a CSS stylesheet that conforms to the version 2.1 of the CSS specification from the W3C consortium. Some CSS 3 features, such as namespaces and custom extensions, of the CSS specification are also supported.
Insert the xml-stylesheet processing instruction with the
@type attribute at the beginning of the XML document. The easiest
way to do this is by using the
Associate
XSLT/CSS Stylesheet action that is available on the toolbar or in the
XML
menu.
<?xml-stylesheet type="text/css" href="test.css"?>
New button to add a new CSS file.
If a document has no CSS association or the referenced stylesheet files cannot be loaded, a default one is used. A warning message is also displayed at the beginning of the document, presenting the reason why the CSS cannot be loaded.
For information about associating a CSS to a framework (document type), see Configuring and Managing Multiple CSS Styles for a Framework.