hober / html5-el
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
html5-el /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jul 05 10:50:07 -0700 2009 | |
| |
LICENSE | Sun Jul 05 22:05:43 -0700 2009 | |
| |
Makefile | Sun Jul 05 22:05:43 -0700 2009 | |
| |
README.markdown | Mon Jul 06 08:05:08 -0700 2009 | |
| |
html5-ncr.el | Sun Jul 05 22:05:43 -0700 2009 | |
| |
schemas.xml | Sun Jul 05 22:05:43 -0700 2009 | |
| |
tools/ | Sun Jul 05 22:05:43 -0700 2009 | |
| |
whattf-dt.el | Sat Jul 04 13:06:28 -0700 2009 |
README.markdown
This project provides the ability to use nxml-mode to edit XHTML5
documents with validation. First, you'll need to fetch the RELAX NG
schema from the WHAT Task Force subversion repository; a simple make
relaxng in this directory should do the trick.
Next, you'll need to add this directory to your load-path. Let's
assume you've placed it in ~/code/html5-el/.
(add-to-list 'load-path "~/code/html5-el/")
Finally, wire this stuff into nxml-mode like so, altering the path to
schemas.xml appropriately.
(eval-after-load "rng-loc"
'(add-to-list 'rng-schema-locating-files "~/code/html5-el/schemas.xml"))
(require 'whattf-dt)
