New question #113920 on nXhtml: https://answers.launchpad.net/nxhtml/+question/113920
I'd like to edit XHTML5 (the XML serialization of HTML5) using nXhtml. I've installed html5-el from here: http://github.com/hober/html5-el nxhtml-mode appears to be aware of the new schema, because C-c C-s C-w (rng-what-schema) gives me: Using schema ~/Development/html5-el/relaxng/xhtml5.rnc However, when I use things like autocompletion to start a new document, it lets me choose between a Normal page and a Frameset page, and starts speaking XHTML1.1... <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Is that feature unrelated? Is there a magic autocomplete story for XHTML5? -- You received this question notification because you are a member of nXhtml, which is an answer contact for nXhtml. _______________________________________________ Mailing list: https://launchpad.net/~nxhtml Post to : [email protected] Unsubscribe : https://launchpad.net/~nxhtml More help : https://help.launchpad.net/ListHelp

