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...
Show off your group to the world. Share a photo of your group with us.

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 981 - 1010 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
981
Is there any way to either get xincludes to be valid or to ignore them? Please? :) Misty...
mstanleyjones
Offline Send Email
Jun 7, 2005
4:48 pm
982
Test message. -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk...
Dave Pawson
dpawson2000
Offline Send Email
Jun 8, 2005
9:03 am
983
... Neither. I think it's on the todo list -- Michael Smith http://logopoeia.com/ http://www.oreillynet.com/pub/au/890...
Michael Smith
xmldoc
Offline Send Email
Jun 10, 2005
4:08 am
984
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...
Justus Piater
jpiater
Offline Send Email
Jun 10, 2005
7:21 am
985
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...
Lennart Borgman
nlborgman
Offline Send Email
Jun 12, 2005
7:39 pm
986
... 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 ... +++...
Michael Smith
xmldoc
Offline Send Email
Jun 13, 2005
1:34 am
987
... 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"?>...
Lennart Borgman
nlborgman
Offline Send Email
Jun 13, 2005
1:52 am
988
... 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...
Michael Smith
xmldoc
Offline Send Email
Jun 13, 2005
3:37 am
989
... 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...
Vincent Lefevre
vinc17fr
Offline Send Email
Jun 13, 2005
8:43 am
990
... 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...
Lennart Borgman
nlborgman
Offline Send Email
Jun 14, 2005
6:07 am
991
... 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...
usenet@...
peterjheslin
Offline Send Email
Jun 14, 2005
9:25 pm
992
... Thanks for your kind teaching ;-) I will of course try that instead....
Lennart Borgman
nlborgman
Offline Send Email
Jun 14, 2005
9:33 pm
993
... 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)....
Lennart Borgman
nlborgman
Offline Send Email
Jun 14, 2005
10:31 pm
994
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...
nina0oyw
Offline Send Email
Jun 15, 2005
2:09 pm
995
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...
nina0oyw
Offline Send Email
Jun 15, 2005
2:10 pm
996
We're emacs users. We never get tired of typing. Jonathan...
Jonathan Robie
jwrobie
Offline Send Email
Jun 15, 2005
3:48 pm
997
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 ...
Lennart Borgman
nlborgman
Offline Send Email
Jun 15, 2005
8:28 pm
998
Dear nxml users, I have just started using nxml-mode to edit my xml files. However, I ahve just installed the Emacs win32...
Wheeler, Dr M.D.
wheeler_martyn
Offline Send Email
Jun 21, 2005
4:26 pm
999
... 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...
Lennart Borgman
nlborgman
Offline Send Email
Jun 21, 2005
5:06 pm
1000
Thanks for your help I'll look over that tommorrow Martyn ________________________________ From: emacs-nxml-mode@yahoogroups.com on behalf of Lennart Borgman ...
Wheeler, Dr M.D.
wheeler_martyn
Offline Send Email
Jun 21, 2005
7:29 pm
1001
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...
wheeler_martyn
Offline Send Email
Jun 22, 2005
12:58 pm
1002
... I have not seen this. Can you please explain more exact what is happening?...
Lennart Borgman
nlborgman
Offline Send Email
Jun 22, 2005
1:52 pm
1003
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...
Wheeler, Dr M.D.
wheeler_martyn
Offline Send Email
Jun 22, 2005
2:00 pm
1004
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: ...
Wheeler, Dr M.D.
wheeler_martyn
Offline Send Email
Jun 22, 2005
2:14 pm
1005
... 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?...
Lennart Borgman
nlborgman
Offline Send Email
Jun 22, 2005
2:31 pm
1006
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, ...
Lennart Borgman
nlborgman
Offline Send Email
Jun 23, 2005
9:03 pm
1007
... Do C-c C-v (rng-validate-mode) twice, to toggle validation off and then back on again. --Mike...
Michael Smith
xmldoc
Offline Send Email
Jun 24, 2005
2:11 am
1008
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...
Lennart Borgman
nlborgman
Offline Send Email
Jun 24, 2005
9:09 am
1009
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....
wcustibh
Offline Send Email
Jun 28, 2005
2:09 pm
1010
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...
Peter Heslin
peterjheslin
Offline Send Email
Jul 1, 2005
8:18 am
Messages 981 - 1010 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