Attribute | Meaning |
---|
@font-family | Font family name, e.g. Arial, Verdana, MS Sans Serif. |
@font-size | Font size in pt. E.g. 8, 10, 12. |
@color | Foreground (text or and marks) color, in hex RGB value. E.g. #FF0000 is red, #00FF00 is green, #0000FF is blue, #000000 is black, #FFFFFF is white. |
@bold | Set the text to bold. Possible values: true, false. |
@italic | Set the text to italic. Possible values: true, false. |
@background-color | Background color. See @color for value format. |
- /Config/Misc/@ConvertChar
Whether to convert the characters that are greater than 127 to "&#ddd;" code. For example: § -> "§" and  -> "Â". Possible values: true, false.
- /Config/Misc/@CreateBackupFile
Whether to create a backup file when saving changes. The backup file name will be the original file name with ".bak" appended. Possible values: true, false.
- /Config/Misc/@DefaultView
The default tabbed view when opening a document. Possible values: Parent-Children, Editor, Browser, XSLT.
- /Config/Misc/@SearchHistory (default=30)
The max of search history in the filter drop down list. Possible values: integers.
- /Config/Misc/@SingleInstance
Whether to allow only one instance of XmlShell running. If true, then the attempt of running another instance of XmlShell will bring up the already running instance. Possible values: true, false.
- /Config/Misc/@SortAttributes
Whether to sort the attributes of element nodes. Possible values: true, false.