Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1905 - 1944 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1905
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...
ozi_jdavid
Offline Send Email
Oct 24, 2008
7:23 am
1906
... 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...
Niels Giesen
niels.giesen@...
Send Email
Oct 24, 2008
8:52 am
1907
... No, it is not guaranteed to work....
Lennart Borgman
nlborgman
Offline Send Email
Oct 24, 2008
9:05 am
1908
... 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@...
Send Email
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),...
Jesse Sheidlower
jsheidlower
Offline Send Email
Oct 26, 2008
8:54 pm
1910
... <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 ...
ozi_jdavid
Offline Send Email
Oct 27, 2008
12:46 am
1911
... 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@...
Send Email
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...
ozi_jdavid
Offline Send Email
Oct 29, 2008
12:53 am
1913
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...
a_stephm
Offline Send Email
Nov 20, 2008
12:55 am
1918
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@...
Send Email
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...
Jason Rumney
jprumney
Offline Send Email
Mar 31, 2009
4:51 pm
1920
... 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@...
Send Email
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@...
Send Email
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...
a_stephm
Offline Send Email
Apr 1, 2009
7:01 pm
1923
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@...
Send Email
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...
Robert
samnis
Online Now Send Email
May 17, 2009
10:05 am
1927
Hi Robert, can you give an example of what you mean?...
Lennart Borgman
nlborgman
Offline Send Email
May 17, 2009
10:13 am
1928
It wouldn't be that hard to add syntax highlighting, would it? The highlighting could be copied over from the default xml-mode....
Robert
samnis
Online Now Send Email
May 17, 2009
10:13 am
1929
Actually it can not be copied from xml-mode, but nxml-mode has its own syntax highlighting. Does not that work for you?...
Lennart Borgman
nlborgman
Offline Send Email
May 17, 2009
10:39 am
1930
... 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... ...
Rob
samnis
Online Now Send Email
May 21, 2009
12:59 am
1931
... It does not. I get black text on a white background\, same as usual. -Rob...
Rob
samnis
Online Now Send Email
May 21, 2009
12:59 am
1932
... But you can use forward slashes instead: (load "../nxml-mode-20041004/rng-auto.el")...
Lennart Borgman
nlborgman
Offline Send Email
May 21, 2009
1:11 am
1933
... Then there is something wrong with you setup. Try replacing your current .emacs with one that only loads nXml and see if it works then....
Lennart Borgman
nlborgman
Offline Send Email
May 21, 2009
1:13 am
1936
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 :)...
carlidaofriends
Offline Send Email
Jul 8, 2009
1:48 pm
1937
... [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@...
Send Email
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...
a_stephm
Offline Send Email
Jul 15, 2009
4:59 am
1939
... 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@...
Send Email
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...
wyuenho
Offline Send Email
Aug 7, 2009
1:47 am
1943
The grammar in xhtml-basic-form.rnc for the <textarea> element is this: textarea = element textarea { textarea.attlist } textarea.attlist = Common.attrib, ...
wyuenho
Offline Send Email
Aug 7, 2009
2:52 am
1944
... 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...
Dave Pawson
dpawso
Offline Send Email
Aug 7, 2009
5:07 am
Messages 1905 - 1944 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help