hober / html5-el

HTML5 and XHTML5 tools in Emacs Lisp
MIT License
128 stars 14 forks source link

Reference to undefined pattern common.attrs.microdata.itemref #3

Closed skybert closed 13 years ago

skybert commented 13 years ago

Hi there,

first off, thanks for a great project!

I just tried it out, pulling the latest syntax package from the mercurial repository at http://syntax.whattf.org/ (the SVN in your Makefile does seem to be up any more).

However, I ran into this bugger:

nxml-display-file-parse-error: Reference to undefined pattern common.attrs.microdata.itemref

Does anyone have a remedy for this one?

-Torstein

skybert commented 13 years ago

It seems to be a bug in the xhtml5.rnc, I filed a bug with them: https://bitbucket.org/validator/syntax/issue/3/using-xhtm5rnc-fails-in-emacs-nxml-mode#comment-607542 I got it working by just adding include "microdata.rnc" after loading media.rnc (but I'm not sure if this is the proper fix for it).

So far, it looks like it's working fine, though :-)