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 your group to be featured on the Yahoo! Groups website? 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 1334 - 1364 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1334
On my win2k box, emacs quite happily reads .jar files as a 'directory'. On Fedora I get a heap of garbage. Is there an emacs 'mode' or something that enables...
Dave Pawson
dpawson2000
Offline Send Email
May 3, 2006
6:42 pm
1335
... I do not know older versions of Emacs, but I assume that you are running a CVS version of Emas on win2k since this works. What versions are you running?...
Lennart Borgman
nlborgman
Offline Send Email
May 3, 2006
11:30 pm
1336
... 21.3.1 so no, not recent. I downloaded this from the ntemacs site prior to it crashing and burning. regards -- Dave Pawson XSLT XSL-FO FAQ. ...
Dave Pawson
dpawson2000
Offline Send Email
May 4, 2006
6:55 am
1337
for writing emacs nxml, Mr. Clark, especially for its speed and conformance. My document keeps growing, but nxml keeps kicking its' butt....
Chris Chiasson
cpcender
Offline Send Email
May 7, 2006
4:50 am
1338
... <guess class='random'>tar-mode</guess> Be seeing you, norm -- Norman Walsh <normyahoo@...> | Use the memory of thy predecessor http://nwalsh.com/...
Norman Walsh
normwalsh
Online Now Send Email
May 8, 2006
10:45 am
1339
... Here (GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-01-29) it is 'archive-mode' (with the proper entry in 'auto-mode-alist', off course). Regards, ...
Florent Georges
darkman_spam
Offline Send Email
May 8, 2006
11:10 am
1340
... On my windows box (which shows them 'properly') M-x tar-mode or M-x archive-mode and I get no response. But, following that (and reading ...
Dave Pawson
dpawson2000
Offline Send Email
May 8, 2006
11:33 am
1341
I'm having a little trouble adding a rule to schemas.xml.  I want to associate a workflow document that starts like this: <?xml version="1.0"...
Jacob L Galley
jlgalley93
Offline Send Email
May 11, 2006
6:00 pm
1342
... You can see (info "(nxml-mode)Schema locating files") for details, but I'm afraid public IDs are not supported. If I'm right, doctypePublicId is an element...
Florent Georges
darkman_spam
Offline Send Email
May 11, 2006
8:57 pm
1343
... Indeed they aren't, but doctypePublicId is part of James' proposed schema.xml grammar: default namespace this =...
Norman Walsh
normwalsh
Online Now Send Email
May 12, 2006
10:56 am
1344
... Maybe you will have more luck asking this on the nxml-mode mailing list?...
Lennart Borgman
nlborgman
Offline Send Email
May 17, 2006
5:55 pm
1345
... Hi ... I took the code of the OP, and did a few changes, then I have: (defun drkm-nxml:ancestor-axis-path () "Returns all the elements in the ancestor axis...
Florent Georges
darkman_spam
Offline Send Email
May 18, 2006
8:17 am
1346
... As you did see, the command show nothing. Here is the corrected version: (defun drkm-nxml:ancestor-axis-path (&optional print-message) "Return all the...
Florent Georges
darkman_spam
Offline Send Email
May 18, 2006
8:34 am
1347
Hi I created an RNC schema for a document type of mine. I use (include) an other schema within it. To be a little more concrete, it is a XSLT unit test...
Florent Georges
darkman_spam
Offline Send Email
May 23, 2006
6:17 pm
1348
Florent Georges wrote: Hi ... I found nothing, so I implemented a very simple resolution functionality: ;; ...
Florent Georges
darkman_spam
Offline Send Email
May 24, 2006
3:45 pm
1349
... so this attempts to resolve (as per xml catalogs) *any* schema file included in another? As you say, it is very close to xml catalog. ...
Dave Pawson
dpawson2000
Offline Send Email
May 24, 2006
4:34 pm
1350
... Yes. Only URIs involved in the include directives in RNC schemas. ... Mmh. In some way, yes. But a simple way. The match is only done on entire URIs....
Florent Georges
darkman_spam
Offline Send Email
May 24, 2006
7:10 pm
1351
... Yes... but psgml would benefit from xml catalog support IMHO? (There is an xml-mode which is based on sgml-mode). I wonder if Lennart might be interested. ...
Dave Pawson
dpawson2000
Offline Send Email
May 25, 2006
8:54 am
1352
I am working on a project where I need to edit xml files created by others that have the following form: <?xml version="1.0" encoding="UTF-8"?> <PlexilPlan...
Jeff Kowing
jkowing@...
Send Email
May 29, 2006
5:23 pm
1353
I am working on a project where I need to edit xml files created by others that have the following form: <?xml version="1.0" encoding="UTF-8"?> <PlexilPlan...
Jeff Kowing
jeffoobar
Offline Send Email
May 29, 2006
5:38 pm
1354
... You have to add this in the RNC schema to the root element: attribute xsi:schemaLocation { xsd:anyURI }? You can off course use instead "include" to not...
Florent Georges
darkman_spam
Offline Send Email
May 30, 2006
1:56 pm
1355
Hi all, I am not (yet) xml expert, I installed nxml-mode and I would like my alphaflow alf description files to be recongnized by emacs. I didn't find a quick...
Ammi H'med
mehdi_terraneen
Offline Send Email
Jun 1, 2006
2:42 pm
1356
hi ... Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. hi Yahoo! Mail réinvente le mail ! Découvrez le...
Mehdi
mehdi_terraneen
Offline Send Email
Jun 1, 2006
2:43 pm
1357
Fontification and overlays added by nxml-mode are currently not removed if you switch to another mode. Try for example switching to fundamental-mode. To cure...
Lennart Borgman
nlborgman
Offline Send Email
Jun 1, 2006
10:45 pm
1358
Hi all, I am restructuring an exisiting manual and want to see only my sect1 elements hiding the lower elements. I would like this to work also for sect2 and...
aamehl
Offline Send Email
Jun 7, 2006
1:01 pm
1359
aamehl wrote: Hi ... I'm not familiar with the folding feature of nXML, but I guess givin a sample minimal XML document as well as steps to reproduce the...
Florent Georges
darkman_spam
Offline Send Email
Jun 7, 2006
2:06 pm
1360
visit, join , forward http://www.studyjava.org/forums/...
urvasi1993
Offline Send Email
Jul 5, 2006
9:11 am
1362
hi Urvasi, thanks for your invitation. i am not from software side. i am Unix Administrator....
iamverysimpleguy
iamverysimpl...
Offline Send Email
Jul 19, 2006
4:28 pm
1363
Would it be possible to use the rng*.el files that comes with nxml-mode to write a new mode for CSS files? Any tips about what is needed to do that?...
Lennart Borgman
nlborgman
Offline Send Email
Jul 20, 2006
12:16 am
1364
Lennart Borgman wrote: Hi ... It depends what you want to do. I guess this is about completion against a schema? So you can use 'rng-c-parse-file' to parse...
Florent Georges
darkman_spam
Offline Send Email
Jul 20, 2006
4:44 pm
Messages 1334 - 1364 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