... I think you have to put the modification of the keymap in a hook, because its value is by default `nil'. If `nxml-mode()' was not already called, at least...
... ... and didn't pay attention. So, what I'm actually doing is: (defun bind-nxml-mode-keys () (require 'nxml-hacks) ; other stuff ) (add-hook 'nxml-mode-hook...
... No. I tried it in some simple cases, and it seemed to be ok. But I didn't really know MMM Mode. I just know its existence. --drkm Yahoo! Mail : votre...
When manually editing an existing xml doc with a custom made rng, I get the following error in nxml-mode (20031031-2) in Gnu Emacs (emacs21 21.3+1-5) on...
I've now written a few small documents with nxml-mode. Bravo to James Clark! Very nice package. I'm using the 2003-10-31 version. I'm a longtime user of...
... As I made quite a few xslt stylesheets, I used the "xslide" mode in emacs. Even for plain xml, as it had one incredible useful feature: when you typed in...
Hi Reinout, You wrote: [...] ... Turning on the "Nxml Slash Auto Complete Flag" option (setting the nxml-slash-auto-complete-flag variable to "t") will give...
Hi John, Some of the PSGML features you mention have been brought up on the list previously, but not been implemented yet. But I think some of the others are...
... Yep. Similarilly, I think `rng-next-error()' should be bound to `C-x `', the normal Emacs binding to `next-error()', should it not ? And maybe this...
I missed most of the same ones, so I have the macros below to do some of them. Bob ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
hi all, i use nxml-mode (version 20031031-2), and i have some troubles using some entities: nxml-mode accepts < > & and few others plus those in...
Pietro Giorgianni
giorgian@...
Jun 20, 2004 11:11 am
557
... where are they declared, these entities? nxml does not read DTDs. ... Yes, it is correct, I believe. Use & there. sebastian...
... ok, i found C-c C-u, so i can see all defined entities. ... it works, thanks....
Pietro Giorgianni
giorgian@...
Jun 20, 2004 12:22 pm
559
Under my DTD-based DocBook toolset, I was accustomed to being able to declare entities inside the DOCTYPE declaration of a document. Generally I used them as...
I've written a couple of user-oriented documents on nxml and RNC for our university. They are slightly customized for our site and users, but they may be...
... [...] ... You can do the same thing with nXML and RELAX NG. If you need to use entities in a particular document, just put the DOCTYPE in the document, ...
Hello everyone, I have been working on a new RNG schema for a project and I am getting an interesting error from emacs/nxml. Has anyone seen this before? I am ...
i used these guys to make my bills alot more manageable, it was free so what the hell, why not? http://tpjphfgvo.allreal.net If you dont want to be part of...
Hi- I'm new at nxml and am working on getting it to automatically load when I open an XML file with emacs (21.3.50.2 powerpc-apple-darwin7.0.0). Right now I've...
... And what about the XML files that do not have the .xml extension? (This could be rss, html, and so on.) I prefer the following code (I don't remember where...
Hello, I am trying to solve the following problem: I have an XML document in a version control system. I want multiple people to edit the document, but I...
Paul A. Hoadley
paulh@...
Jul 7, 2004 6:29 am
569
I have an XML file that's about 500k. The data in the XML file is all in a single line. The validator slows to a crawl when opening the file -- it literally...