Home Forums General XMetaL Discussion Attributes In Tag Reply To: Attributes In Tag

LeeHart

Reply to: Attributes In Tag

Here's some generic CSS that I regularly use when there's an XML file that I want to be able to edit in XMetaL without doing a full customization:

[code]*:before {
  color: #FF9900;
}

* {
  prefix-format: “[ %attribute-list; ] “;
  display: block;
  margin-left: 6pt;
  text-indent: -3pt;
}[/code]

Reply

Products
Downloads
Support