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

Messages

Advanced
Messages Help
Messages 1160 - 1189 of 2146   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1160 Norman Walsh
normwalsh Send Email
Jan 16, 2006
8:30 pm
... XSLT 1.0 has "forwards compatible processing". XSLT 2.0 has "backwards compatible processing". Basically, if you hand it to an XSLT 1.0 processor, you had...
1161 Florent Georges
darkman_spam Send Email
Jan 16, 2006
9:18 pm
... Indeed! Why didn't think about that myself ?-) ... Neither me. If I use XSLT 2.0 features, @version = '2.0'. I don't want to deal with...
1162 Florent Georges
darkman_spam Send Email
Jan 16, 2006
9:21 pm
... For example if @version = '0.5' ;-) ... And "forwards";, too. Regards, --drkm ___________________________________________________________________________ ...
1163 Florent Georges
darkman_spam Send Email
Jan 16, 2006
9:30 pm
... It's funny. I just went to my schemas.xml file and my RNC schemas repository, and I already had this schema. But not hooked in schemas.xml :-D. I guess I...
1164 Rakotomandimby Mihamina
mihamina.rakotomandim... Send Email
Jan 19, 2006
6:45 pm
Hi, Where could I find some schemas for xHTML and may be some ZPT (tal/metal/...)? Thank you. -- A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL)....
1165 Stephane Bortzmeyer
bortzmeyer@... Send Email
Jan 20, 2006
8:46 am
On Thu, Jan 19, 2006 at 07:38:39PM +0100, Rakotomandimby Mihamina <mihamina.rakotomandimby@...> wrote ... In nxml distribution: ...
1166 Vincent Lefevre
vinc17fr Send Email
Jan 20, 2006
9:14 am
... But it corresponds to the loose DTD. I've found all the XHTML schemas in jing-20030619/doc/xhtml, and generated the .rnc files from the .rng ones with...
1167 Stephane Bortzmeyer
bortzmeyer@... Send Email
Jan 20, 2006
9:20 am
On Fri, Jan 20, 2006 at 10:06:58AM +0100, Vincent Lefevre <vincent@...> wrote ... May be Mozilla is wrong? An example of such a file?...
1168 Vincent Lefevre
vinc17fr Send Email
Jan 20, 2006
11:24 am
... For instance, in extensions.rdf (I do not give the whole file): <?xml version="1.0"?> <RDF:RDF xmlns:NS1="http://www.mozilla.org/2004/em-rdf#" ...
1169 arbogast37 Send Email Jan 23, 2006
12:49 pm
I am using nxml-mode in Aquamacs emacs for the Macintosh. I cannot get auto-completion to work. I get a message saying that I have an invalid tags table. What...
1170 cwulfman Send Email Jan 25, 2006
2:36 pm
This problem cropped up for me in a recent CVS Emacs update. One of the emacs ... He suggests the following fix: (setq chars (mapcar (lambda (c) (let...
1171 Lennart Borgman
nlborgman Send Email
Jan 26, 2006
3:19 am
... Could you please send this as a diff -c patch? Is there anyone who can host these patches? (I can do that temporary, but I have no really good backup on my...
1172 Victor Anyakin
anyakinvictor Send Email
Jan 26, 2006
8:08 am
... Could you please tell a bit more about what are you doing at all? I mean, when do you get that message? -- Victor Anyakin () ascii...
1173 Florent Georges
darkman_spam Send Email
Jan 26, 2006
8:43 am
... I can host them somewhere in my SF.net site (on the website or in the CVS repository, but I don't think it's necessary). Regards, --drkm ...
1174 Florent Georges
darkman_spam Send Email
Jan 26, 2006
8:56 am
... And more precisely all the steps needed to reproduce the problem (if possible). BTW, I didn't see the original post and can't find it in the archives. Is...
1175 Dave Pawson
dpawson2000 Send Email
Jan 26, 2006
12:56 pm
... Possibly easier as a new install of nxml-mode? (perhaps as well as a diff file?) I'll add it to my relax-ng faq site if it helps. regards -- Dave Pawson ...
1176 cwulfman Send Email Jan 26, 2006
6:12 pm
Here it is: ... *************** *** 401,415 **** (cons last chars) (cons last (cons ?- chars)))))) (setq range-list (cdr range-list))) - ;; Changed below...
1177 Florent Georges
darkman_spam Send Email
Jan 26, 2006
11:54 pm
cwulfman wrote: Hi ... You generated it the wrong side :-p. Here is a correct one IMHO. BTW, I added this binding around a second use of 'decode-char'. I ...
1178 Florent Georges
darkman_spam Send Email
Jan 26, 2006
11:58 pm
... http://drkm-lib.sf.net/nxml/xsd-regexp.el.2006-01-26.patch Indeed. Regards, --drkm ...
1179 vr_sundar Send Email Jan 27, 2006
12:46 am
Hi, Searching through the archives, I found this thread http://groups.yahoo.com/group/emacs-nxml-mode/message/91 from Sep 2003 which states that nxml doesn't...
1180 Florent Georges
darkman_spam Send Email
Jan 27, 2006
1:01 am
... I don't have XEmacs, but I'm affraid it's still the case (it's what I heard still recently). --drkm ...
1181 John Gage
arbogast37 Send Email
Jan 28, 2006
3:36 pm
In nxml-mode C-RET is supposed to auto-complete the start tag. It doesn't in Aquamacs Emacs because C-RET is used by the minor mode cua- mode. I don't believe...
1182 Lennart Borgman
nlborgman Send Email
Jan 28, 2006
9:46 pm
... M-x cua-mode This toggles cua-mode on/off. You may also set nxml-bind-meta-tab-to-complete-flag to t. This will allow the use of M-Tab for completion. The...
1183 John Gage
arbogast37 Send Email
Jan 29, 2006
5:43 am
Aquamacs, a Mac version of emacs employing the Aqua mac interface, has nxml-mode activated in its distribution version. Unfortunately, the default state does...
1184 s_litvinov2003 Send Email Jan 31, 2006
8:47 am
From: <litvinov@FEMLAB> To: Subject: --text follows this line-- I am learning Relax NG and nxml. The problem is that I cannot figure out how to make a schema...
1185 Lennart Borgman
nlborgman Send Email
Jan 31, 2006
5:01 pm
... Have you heard of "StickyModifiers"? Please take a look at http://www.emacswiki.org/cgi-bin/wiki/StickyModifiers and add information for Mac if you happen...
1186 John Gage
arbogast37 Send Email
Jan 31, 2006
7:01 pm
Lennart, Thank you again once again for advising me about cua-mode. Turning "Sticky Keys" on in the Macintosh is extremely easy (OSX 10.4.4). One goes to...
1187 Lennart Borgman
nlborgman Send Email
Jan 31, 2006
10:07 pm
Thanks John, I added that information to EmacsWiki....
1188 palefacerocker Send Email Feb 2, 2006
5:42 pm
I'm currently using mmm-mode with nxml-mode and ruby-mode to edit ruby .rhtml files which contain segments of code embedded between either "<%= %>" or "<% %>"...
1189 Florent Georges
darkman_spam Send Email
Feb 2, 2006
10:25 pm
... They aren't tags. I wonder if MMM Mode can play correctly with this. IMHO, no. And if it doesn't, I can't see a way to achieve this with nXML. You can...
Messages 1160 - 1189 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