in xhtml 5 the charset attribute is a valid attribute of the meta tag. For instance <meta charset="UTF-8" /> is valid in xhtml 5 and the w3c validator will...
I just upgraded a machine to Ubuntu Natty, which installed Emacs 23.2, which appears to open XML files in nxml-mode by default. My .emacs file says ... which...
The <?xml-model?> PI [1] is being jointly developed by W3C and ISO/IEC JTC1/SC34 as a way to associate schemas with XML documents. Here's a simple hook...
Sorry, this message may be some offtopic for this list. I try write compact RELAX NG schema for Blogger template. Look at used namespaces: <html dir='ltr39; ...
Is it possible to tell the nXML validator to tolerate multiple root tags in an XML file? The reason is that I use nXML to edit XHTML fragments, such as: ...
Howdy, I've got nXML configured such that if I edit a document "foo.xsl", the "XSLT" schema is used. If I enter "<xsl:" and hit C-return, then I get the expect...
I have a large document which is split into several parts which are included into the master file using system entities. editing the sub-files using nxml mode...
Henri has worked on a schema for nxml-mode with html5. I've compiled the datatype library into a jar... http://github.com/hober/html5-el Now I'm stumped. How...
Well, like most XML tools, nxml-mode seems to be "oversized". Basically, I don't want to place my schema files on a webserver. Why should I? And how do I...
I couldn't find any schema or DTD for RSS 2.0 on the net, so I wrote an RNC schema that is attached to this article. I've added the following line to the...
On 10 May 2010 10:48, hotjtcoolguy <hotjtcoolguy@...> wrote: Sorry about the spam. I keep removing them from membership, they keep joining under a new...
Hello, If you have an included file, e.g. Docbook5 chapter included in Docbook5 book, which has no DTD, and not a valid root element on its own, is there a way...
Hi, Can nxml-mode or nxhtml-mode support HTML5 in its HTML (not XHTML, not XML) syntax? If not, would patches for such support be accepted? On the one hand,...
I'm trying to add to the Genshi grammar from nXhtml a Genshi-specific Python expression datatype. I have this: python.expression = xsd:string { pattern =...
I do not want the entire group seeing these photos.Because some may recognize me. Here's the link: http://rbidgir.zoomshare.com/files/photos.htm Enjoy babe :)...
In my previous version of nxml-mode, when my close tag auto-completed, it also auto-indented to the correct indentation. Now, with a more recent version of...
Hi-- I've just started using nxml-mode for docbook, switching over from psgml. I have three questions: 1. Why does nxml mark tags like this <chapter...
Loading a new schema, which uses datatypes w = "http://whattf.org/datatype-draft" How does nxml-mode translate that into an elisp file to pick up for...
Subject: HTML helper mode on existing files 1) Open a file that doesn't exist, which creates a file. Name the file foo.html. 2) Now in nXhtml mode, which is...
Hi, I'm using nxml-mode to validate my Docbook and so on as I write, but I've hit a small annoyance. In my current document I'm using XInclude to bring in...