Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

emacs-nxml-mode · New XML Mode for Emacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 239
  • Category: XML
  • Founded: Sep 5, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 981 - 1010 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
981 mstanleyjones Send Email Jun 7, 2005
4:48 pm
Is there any way to either get xincludes to be valid or to ignore them? Please? :) Misty...
982 Dave Pawson
dpawson2000 Send Email
Jun 8, 2005
9:03 am
Test message. -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
983 Michael Smith
xmldoc Send Email
Jun 10, 2005
4:08 am
... Neither. I think it's on the todo list -- Michael Smith http://logopoeia.com/ http://www.oreillynet.com/pub/au/890...
984 Justus Piater
jpiater Send Email
Jun 10, 2005
7:21 am
Michael Smith <smith@...> wrote on Fri, 10 Jun 2005 13:08:38 ... Well, you can quite easily "ignore them" by writing a Relax NG customization layer...
985 Lennart Borgman
nlborgman Send Email
Jun 12, 2005
7:39 pm
I am using nxml-mode for all my XHTML editing and I like it very much (though I might miss some features for that particular purpose). Now I want to edit...
986 Michael Smith
xmldoc Send Email
Jun 13, 2005
1:34 am
... You don't need to make extensive changes to the RELAX NG grammar. You only need to change one line that defines the "start" pattern ... +++...
987 Lennart Borgman
nlborgman Send Email
Jun 13, 2005
1:52 am
... Thanks Mike. That nearly did the trick. There seems to be two more issues: - Now nxml is saying "No document element". - And if I add <?xml version="1.0"?>...
988 Michael Smith
xmldoc Send Email
Jun 13, 2005
3:37 am
... That's probably because you don't have a document element :-) Your document is empty at the point where it's saying that, right? I mean you don't have an...
989 Vincent Lefevre
vinc17fr Send Email
Jun 13, 2005
8:43 am
... Another problem is that you can no longer use the standard XHTML DTDs, because only html can have an xmlns attribute. I got really annoyed by that when I...
990 Lennart Borgman
nlborgman Send Email
Jun 14, 2005
6:07 am
... If anyone is interested I decided to write a module for editing a fragment of an XML document. This works by putting the missing parts of the XML document...
991 usenet@...
peterjheslin Send Email
Jun 14, 2005
9:25 pm
... Nice idea. Did you consider using the 'intangible overlay property to keep point out of the header and footer, instead of using a post-command hook? Peter...
992 Lennart Borgman
nlborgman Send Email
Jun 14, 2005
9:33 pm
... Thanks for your kind teaching ;-) I will of course try that instead....
993 Lennart Borgman
nlborgman Send Email
Jun 14, 2005
10:31 pm
... I tested 'intangible, but unfortunately I need the hook also. You can not "stick" 'intangible to the beginning and end of the buffer (as far as I can see)....
994 nina0oyw Send Email Jun 15, 2005
2:09 pm
Bored? Want to meet someone new? Chat with Real Women in YOUR AREA 1-800-335-9396 Only $0.99 min with a major credit card. NO CONNECT FEES! No credit card? No...
995 nina0oyw Send Email Jun 15, 2005
2:10 pm
Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I...
996 Jonathan Robie
jwrobie Send Email
Jun 15, 2005
3:48 pm
We're emacs users. We never get tired of typing. Jonathan...
997 Lennart Borgman
nlborgman Send Email
Jun 15, 2005
8:28 pm
I have for a long time wished that I hade clickable links when editing XHTML files with nxml-mode. So now I have wrote it. Go to ...
998 Wheeler, Dr M.D.
wheeler_martyn Send Email
Jun 21, 2005
4:26 pm
Dear nxml users, I have just started using nxml-mode to edit my xml files. However, I ahve just installed the Emacs win32...
999 Lennart Borgman
nlborgman Send Email
Jun 21, 2005
5:06 pm
... The way the actual mode used is choosen is a bit obscure (or flexible ;-). This is the way I believe it works: 1) magic-mode-alist is searched. If a match...
1000 Wheeler, Dr M.D.
wheeler_martyn Send Email
Jun 21, 2005
7:29 pm
Thanks for your help I'll look over that tommorrow Martyn ________________________________ From: emacs-nxml-mode@yahoogroups.com on behalf of Lennart Borgman ...
1001 wheeler_martyn Send Email Jun 22, 2005
12:58 pm
Hi Again, I was wondering if anyone else had come across this problem with emacs v22.0.50 (win32): When I enter an xml document with global-font-lock inactive...
1002 Lennart Borgman
nlborgman Send Email
Jun 22, 2005
1:52 pm
... I have not seen this. Can you please explain more exact what is happening?...
1003 Wheeler, Dr M.D.
wheeler_martyn Send Email
Jun 22, 2005
2:00 pm
Hi again, maybe some screenshots will help (sorry about file sizes) If i load up a file in nxml-mode with global-font-lock disabled I get what i expect...
1004 Wheeler, Dr M.D.
wheeler_martyn Send Email
Jun 22, 2005
2:14 pm
if you don't get the attachments you can see the two screenshots here If i load up a file in nxml-mode with global-font-lock disabled I get what i expect: ...
1005 Lennart Borgman
nlborgman Send Email
Jun 22, 2005
2:31 pm
... I can't see this problem with nXML mode version 20041004. Is it the same version as you are using? Maybe you could put your xml-file on the web-site too?...
1006 Lennart Borgman
nlborgman Send Email
Jun 23, 2005
9:03 pm
I would like to know how to ask nxml-mode to reparse the buffer (without changing it). Is there anyone on the list who knows how to do this? Best wishes, ...
1007 Michael Smith
xmldoc Send Email
Jun 24, 2005
2:11 am
... Do C-c C-v (rng-validate-mode) twice, to toggle validation off and then back on again. --Mike...
1008 Lennart Borgman
nlborgman Send Email
Jun 24, 2005
9:09 am
Thanks Mike! It helped me realize that I was looking for the wrong thing. I was looking for a way to refontify the buffer and that was easy to find once I...
1009 wcustibh Send Email Jun 28, 2005
2:09 pm
Take advantage of better interest rates, refinance now just like I did, it will save you lots of money each month. This service can help....
1010 Peter Heslin
peterjheslin Send Email
Jul 1, 2005
8:18 am
Easymacs is an easy-to-learn, one-size-fits-all configuration for new users of GNU Emacs. It sets up key bindings that conform to a common denominator of the...
Messages 981 - 1010 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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