About the XMLtype project Download Setting Up XMLtype How to Use It FAQ | Setting Up XMLtypeGlobal and Local Configuration Global and Local ConfigurationDuring the startup, XMLtype attempts to read two configuration files. Both are named User may also optionaly write a local configuration file in his home directory. After reading global config, XMLtype checks for See the global config file, it's documented and self-explanatory. The key variables are case-sensitive. Errors in variable's syntax are ignored. KeymapsOne of the most important functions of config files is enumerating and configuring keymaps you want to use for writing. See the global config file for its syntax. Since release 0.4, a keymap (to be more precise, a particular keymap filename) is registered only once, all following occurences are ignored. Therefore, if you specify the same keymap in global as well as in local config, only the global setting is used. Unicode and ConsoleXMLtype requires console with UTF-8 support. On Linux, this is usually supplied by the console-tools package. If this is the case, than you probably don't need to change Unicode-related settings in the config file. ( Entities WorkaroundAs noted among known bugs and limitations, XMLtype, because of its inner architecture, ignores markup embedded in document through external entity reference. For instance, let's assume you've defined entity
Now, you want XMLtype to take this code in account while determining context position for word-completing, wherever
The first field specifies full DTD system ID (filename), the second one entity name and the third field contains name of the last element of the embedded code. |