In explaining how to set up nXML the readme file says the following: <blockquote> To get things automatically loaded each time you start Emacs, add (load...
... To get it to work the way it is supposed to, the line in the .emacs file needs to be written like: (load "..\\nxml-mode-20041004\\rng-auto.el") ...not... ...
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 :)...
... [snip!] ... What I would have done is to take a look at the generated rnc file and see if it looked sensible. I would also have tried to parse the schema ...
Steinar Bang
sb@...
Jul 10, 2009 2:04 pm
1938
I have tried trang, with no better out come, and the rnc looks ok to me -- though I am no expert. What should I look for, and do you know of a way of getting...
... I don't know, and it's impossible to say from the description. Perhaps you should ask on rng-users, perhaps with a posting of the actual schema file as an...
Steinar Bang
sb@...
Jul 15, 2009 11:56 am
1942
... I've rewritten the Xinclude grammar in nXhtml to conform to the official Xinclude XSD. If this is useful for you can you double check it and maybe add the...
The grammar in xhtml-basic-form.rnc for the <textarea> element is this: textarea = element textarea { textarea.attlist } textarea.attlist = Common.attrib, ...
... You should be using the docbook v5 schema. nxml-mode has that as valid. ... Already done by the docbook group at Oasis. regards -- Dave Pawson XSLT XSL-FO...
... The question was about docbook? I don't think even your nxml-mode includes that (nor should it?) docbook is available from sourceforge. With the schema for...
... Then either pick up both versions, 4.5 and 5.0 (and keep them up to date I guess) or link to where the schemas can be picked up. -- Dave Pawson XSLT XSL-FO...
... Just my point. I don't think this should be an emacs issue If you want docbook schema, html or any other schema the end user should pick up that schema...
... Thanks. I see. I really think they should be part of Emacs distribution (as they are now) and wondered whether you have some suggestion regarding Docbook ...
... 4.5 is the current Oasis standard. As I said, either keep up or simply tell people where docbook is. How many schemas are you going to try and manage? ...
... It is a very good point to show them where to get the newest version since Emacs and docbook schemas might not always be in sync. I think that should be in...
... http://www.dpawson.co.uk/relaxng/nxml/schemaloc.html#d574e168 Full explanation in the documentation provided with the original nxml-mode from JC -- Dave...
... Thanks. So a doctypePublicId could be used to distinguish different Docbook versions? On the OASIS site I see that they do not distinguish rng files for ...
... It seems that the xinclude grammar is directly merged into the docbook grammar. But xinclude is meant to be general purpose, how do people validate other...
Hi, I'm in the process of updating the grammar files for Genshi and Xinclude in nXhtml and I need some help. I've just finished rewriting the Xinclude grammar...
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 =...
... It is. It is also an xml namespaced element like any other? Hence it needs to be declared in the schema for the instance you're generating using nxml-mode....