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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 467 - 496 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
467
Fairly regular use of the schema location file results in such as <uri resource="NISO/2004/relax/test.xml" uri="NISO/2004/relax/dtbook.rnc"/> <uri...
david.pawson@...
dpawson2000
Offline Send Email
Mar 1, 2004
10:28 am
468
nXML mode is great. Thanks. My normal usage mode is to load and .xml file and have it associated with a schema (.rnc file.) I find that often I need to go and...
ghthaker
Offline Send Email
Mar 1, 2004
9:50 pm
469
is there a mode that display ".rnc" files in color? It would be nice if there was a good mode for editing/coloring .rnc files; i must not be aware of it...
ghthaker
Offline Send Email
Mar 1, 2004
10:08 pm
470
... See "RNC Emacs Mode" at http://www.pantor.com/download.html <http://www.pantor.com/download.html> . Bob...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Mar 1, 2004
10:14 pm
471
... Thanks. This works, but when compiling rnc-mode.el file i do get the error: Compiling file /home/gthaker/elisp/rnc-mode.el at Mon Mar 1 17:21:56 2004 **...
ghthaker
Offline Send Email
Mar 1, 2004
10:31 pm
472
... C-c C-s [rng-c-set-schema] ... ESC C-n [nxml-forward-element] ... ...jsled -- http://www.asynchronous.org/ - `no=jsled; spam=asynchronous.org; echo...
Josh Sled
joshsled
Offline Send Email
Mar 1, 2004
10:38 pm
473
... Unless I am missing something this requires the schema file to be respecified. I just wish to tell nxml mode that the schema file that has been associated...
Gautam H Thaker
ghthaker
Offline Send Email
Mar 1, 2004
10:50 pm
474
Yes. I told them about it, but I guess they didn't fix it in the distribution. Bob ... From: ghthaker [mailto:gthaker@...] Sent: Monday, March 01,...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Mar 1, 2004
11:11 pm
475
apply: Internal error at 3914 in rng-validation-mode. Wrong type argument: arrayp, 0 Region saved This is shown in the message window, Latest nxml, emacs 21.3 ...
david.pawson@...
dpawson2000
Offline Send Email
Mar 2, 2004
2:23 pm
476
... I'll second the request: something that does for the schema in memory what the Emacs revert-buffer does for the file in memory (that is, reloads it from...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Mar 2, 2004
8:29 pm
477
I converted am XML Schema called METS (found at http://www.loc.gov/standards/mets/mets.xsd) to Relax NG compact syntax (mets.rnc) using the Sun RELAX NG...
mcundiff3
Offline Send Email
Mar 6, 2004
3:20 pm
478
Please ignore previous message. I found the problem. I had not properly converted the schema to rnc format. I ran the conversion to rnc using trang and now it...
mcundiff3
Offline Send Email
Mar 6, 2004
5:55 pm
479
I just recently installed nxml-mode and am trying to get oriented. I am happily editing documents that are governed by one schema. My question is: Does...
mcundiff3
Offline Send Email
Mar 8, 2004
3:15 pm
480
... Morgan, I've not mixed two prefixed namespaces as you have them, but I have used mods in conjunction with another namespaced schema content embedded in the...
Bruce D'Arcus
bdarcus@...
Send Email
Mar 8, 2004
3:22 pm
481
... yes, most definitely. it works exactly as you'd expect. the prompting of names does not show the namespace, however, if things from several namespaces are...
Sebastian Rahtz
srahtz
Offline Send Email
Mar 8, 2004
4:39 pm
482
Hello, I am new to emacs and would like to convert german umlauts into the appropriate unicode-entities on the fly, i.e. while typing. I've noticed...
steffengung
Offline Send Email
Mar 11, 2004
3:50 pm
483
... (please excuse if I post this twice - I logged in with the wrong ID... ) I've found a possible solution: Adding (add-hook 'nxml-mode-hook (function (lambda...
steffengung
Offline Send Email
Mar 12, 2004
8:35 am
484
I am 23/f with a zest for life interested in meeting guys and girls that enjoy some of the same things. Check out some of my pics here and the link to my...
vroom_780787@...
Send Email
Mar 13, 2004
1:20 am
485
I am relatively new to emacs, but I really like the realtime validation of XML with nxml-mode. I am so new, I didn't have a .emacs file, so I start blank....
albuckiii
Offline Send Email
Mar 14, 2004
5:03 am
486
Hi all, I'm afraid that this is the right place to ask this. I'm composing an UTF-8 encoded XML document using NT emacs (of course, the machine architecture is...
Yoon Kyung Koo
yoonforh
Offline Send Email
Mar 15, 2004
1:50 pm
487
I'm sorry I just thought wrong. please ignore the mail....
Yoon Kyung Koo
yoonforh
Offline Send Email
Mar 15, 2004
2:05 pm
488
The file displayed below is a valid xhtml file, but nxml says that is an invalid one. ... <?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml"> ...
matwb@...
Send Email
Mar 25, 2004
12:01 pm
489
... I'm pretty sure any xml validator would also object. In other words, it's not valid. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Mar 25, 2004
12:18 pm
490
... No, it isn't. ... In XML (and consequently XHTML), you must escape &'s in attribute values and element content. Change your link like this: <a...
Norman Walsh
normwalsh
Online Now Send Email
Mar 25, 2004
3:02 pm
491
I get a strange behavior with the <optional> element. It looks like if I declare some attributes of an element as optional in my schema, I get a "Missing...
janjanlav
Offline Send Email
Mar 25, 2004
8:09 pm
492
I get a strange behavior with the <optional> element. It looks like if I declare some attributes of an element as optional in my schema, I get a "Missing...
david.pawson@...
dpawson2000
Offline Send Email
Mar 29, 2004
12:20 pm
493
... Ok, I see... I must say however that the fact that a group is implicitely created when I declare more than one element or attribute inside an <optional>...
Jean Lavoie
janjanlav
Offline Send Email
Mar 29, 2004
3:02 pm
494
Had a similar problem. It was an error in the rnc file with a trailing space in an attribute defintion. You can reproduce similar using: (rng-collapse-space...
sw_paulwarwicker
sw_paulwarwi...
Offline Send Email
Mar 31, 2004
10:41 am
495
... From: sw_paulwarwicker [mailto:sw_paulwarwicker@...] We fixed up the rnc file as it was incorrect, but the following will fix the code $ diff...
david.pawson@...
dpawson2000
Offline Send Email
Mar 31, 2004
12:00 pm
496
Still waiting for a clean 21.3, I'm receving the following error message, Loading dired...done Reading directory f:/sgml/files/...done Loading nxml-mode...done...
david.pawson@...
dpawson2000
Offline Send Email
Apr 1, 2004
9:01 am
Messages 467 - 496 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