i2b2-mode

https://github.com/danlamanna/i2b2-mode.git

git clone 'git://github.com/danlamanna/i2b2-mode.git'
1

i2b2-mode

Highlights corresponding PHI data in the text portion of an i2b2 XML Document.

Installation

i2b2-mode is in the MELPA repository! So you can use package.el to install it.

You can always manually clone it and add it to your load path if desired.

This is the code I use to load it: (add-hook 'nxml-mode-hook (lambda(&rest args) (require 'i2b2-mode) (if (i2b2-buffer-p) (i2b2-mode 1))))

Example

i2b2-mode