The following properties are available when formatting XML or HTML source code. The source code may have embedded JSP tags.For information about how to change their values, please see this page.
elementStyle specifies the CSS class name applied to elements . The default value is "element".
commentStyle specifies the CSS class name applied to XML comments. The default value is "comment"
attributeStyle specifies the CSS class name applied to XML attributes. The default value is "attribute"
entityStyle specifies the CSS class name applied to XML/HTML entities (like & etc..). The default value is "entity"
doctypeStyle specifies the CSS class name applied to an XML DOCTYPE declaration. The default value is "doctype"
jspStyle specifies the CSS class name applied to JSP tags: <% .. %>, <%= ... %>, <%! ... %> , <%@ ... %> . The default value is "jsp"
Code2Web comes with a single skin (CSS) for XML/HTML documents called "html.css". Here is an example output using that CSS