Chapter 3. Extensions related to generated content

Table of Contents
1. Replaced content
2. Generated content
[Tip]

Rules which use extensions specific to XMLmind XML Editor may be specified in @media XMLmind-XML-Editor constructs (identifier XMLmind-XML-Editor being case-insensitive). Example:

@media XMLmind-XML-Editor {
    img {
        content: image(attr(src));
    }
}

Elaborate examples of generated content can be found in XXE_install_dir/demo/bugreport/bugreport.css and in XXE_install_dir/addon/config/common/css/xmldata.css.