Hi All, I have just installed GNU emacs-22.3 with nxml-mode-20041004 in Windows 2000 but cannot seem to get the code / tag completion to work. It verifies the...
... Hi, Does M-x nxml-complete work? If yes, customize `nxml-bind-meta-tab-to-complete-flag' to t: M-x customize-variable RET nxml-b TAB RET. Hit toggle...
... Grmbl, you are right... why not? Of interest to the OP, this lead me into actually reading the documentation for `nxml-bind-meta-tab-to-complete-flag',...
Niels Giesen
niels.giesen@...
Oct 24, 2008 9:30 am
1909
I thought I had asked this once before on the list, but if so I can't find the record of it. I have a custom schema (i.e. not DocBook or something widespread),...
... <niels.giesen@...> wrote: ... Unfortunately it doesn't. If I type in : <tab'C-Enter' I get : No completion for 'tab' I should get something like : <table ...
... The completion does not use a simple taglist, it is more intelligent than that: if a table tag would be invalid in the context, nxml-complete will not...
Niels Giesen
niels.giesen@...
Oct 27, 2008 12:30 pm
1912
... Thanks to everyone for their help. I have mananged to solve the problem. This issue arises from the fact that I am using Docbook v5.0 and the supplied...
I am trying to compile a conforming XML schema to an rnc for use with nxml. I do the following: 1. Compile the Xsd to rng with rngconv.jar from the Sun...
Hello all, On the downloads page for nxml-mode, http://www.thaiopensource.com/download/ The last release tarball is quite old (from 2004). Is that the latest ...
Chaitanya Gupta
mail@...
Mar 31, 2009 4:33 pm
1919
... nxml-mode has been integrated into Emacs 23 (from cvs.sv.gnu.org/source/emacs). It may still work as a standalone package, but that is not one of the goals...
... Ok, thanks! I am actually using Emacs 23, and (I think) I encountered a bug in nxml-mode which comes with this distribution. I will update the source and...
Chaitanya Gupta
mail@...
Mar 31, 2009 5:11 pm
1921
Hi, I am using GNU Emacs 23.0.92.1 and the nxml-mode which comes with it. C-c C-b (nxml-balanced-close-start-tag-block) doesn't seem to work as expected. e.g....
Chaitanya Gupta
mail@...
Apr 1, 2009 7:07 am
1922
I am trying to compile a conforming XML schema to an rnc for use with nxml. I do the following: 1. Compile the Xsd to rng with rngconv.jar from the Sun...
I don't know the answer to your question, but you may have more luck in finding general RNG conversion expertise on the rng-users mailing list. Also available...
Steinar Bang
sb@...
Apr 2, 2009 8:51 am
1926
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...