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 1034 - 1063 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1034
has anyone produced a schema translation fileset for <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> I'd be...
Mark Takacs
mtakacs
Offline Send Email
Sep 3, 2005
12:21 am
1035
... nXML is all about XML, not HTML. And I can't see how to easily make it accepting HTML (for the few things I know about the internals). --drkm...
drkm
darkman_spam
Offline Send Email
Sep 3, 2005
12:40 am
1036
Hello! Look at this Computing & Internet information directory. URL : http://www.hi-fiweb.com/users/amitha/ Cheers! Amitha...
kathy_tn189
Offline Send Email
Sep 10, 2005
4:59 pm
1037
It is a FREE 3-4 page full-color weekly newsletter that talks about current trends, opportunities, and challenges in the global IT industry. Articles are...
ravirao888
Offline Send Email
Sep 17, 2005
4:44 pm
1038
Hi. I'd like to use nxml to edit RSS 1.0 (RDF Site Summary 1.0) with nxml. Whenever I open such a document, the rdf schema will be loaded. Also there is...
Olivier Berger
olberger
Offline Send Email
Sep 19, 2005
1:40 pm
1039
... There is no RSS schema in the nXML distribution. I don't know if nXML can use multiple schemas at the same time, via multiple namespace prefixes (I think...
drkm
darkman_spam
Offline Send Email
Sep 21, 2005
10:51 pm
1040
... Thanks. That's also the conclusion I've reached although I didn't try and check in the code. I found some relax-ng schema for RSS which seem to fit...
Olivier Berger
olberger
Offline Send Email
Sep 22, 2005
8:51 am
1041
... If you write a grammar with multiple namespaces, it'll work just fine. And it's easy to import grammars so if you want RSS+x+y+z it shouldn't be too hard...
Norman Walsh
normwalsh
Offline Send Email
Sep 22, 2005
2:56 pm
1042
... Of course it would not be such a hassle to add what's missing from the grammar. But it would be so great to have some way (like trang) to automatically ...
Olivier Berger
olberger
Offline Send Email
Sep 22, 2005
4:36 pm
1043
Norman Walsh writes: Hi ... So if I want to use X+Y+Z, I have to write a specific grammar explicitly importing all these three sub-grammars, is it right? And...
drkm
darkman_spam
Offline Send Email
Sep 23, 2005
1:55 pm
1044
... There are folks actively looking into this problem. I expect NVDL will be the way to go (see dsdl.org), but I don't have any processors that understand it...
Norman Walsh
normwalsh
Offline Send Email
Sep 27, 2005
9:22 pm
1045
Hiya, Just wondering if it is possible to edit RNC (Compact format) files using nxml mode. Thanks, -- Sean LeBlanc:seanleblanc@... I used to think that...
Sean LeBlanc
seanleblanca...
Offline Send Email
Sep 27, 2005
9:32 pm
1046
... No, because they aren't XML. But there is an rnc-mode out there somewhere. My copy doesn't have a URI, though it does have an author's address. This looks...
Norman Walsh
normwalsh
Offline Send Email
Sep 27, 2005
9:40 pm
1047
... I have been using rnc-mode[1] to edit the files (highlighting, mostly) and the nxml-mode to load and validate the RNC. -- [1]...
Paul Brown
fivesightprb
Online Now Send Email
Sep 27, 2005
10:03 pm
1048
... For anybody running Debian, there's an "rnc-mode" package (maintained by Chris Lawrence) in stable. There's also an rnc.vim syntax file for Vim that...
Michael Smith
xmldoc
Offline Send Email
Sep 28, 2005
2:02 am
1049
Hi I just had the following message from nXML: Internal error in rng-validate-mode triggered at buffer position 148. Invalid regexp: "Range striding over...
drkm
darkman_spam
Offline Send Email
Oct 4, 2005
8:38 am
1050
... no. version 20041004 here. tom...
Thomas Haselberger
tomhasel
Offline Send Email
Oct 5, 2005
7:04 am
1051
... Here too. But I didn't explain the whole thing, sorry. After pasting the text above in a fresh buffer, you have to be in validation mode ('C-c C-v' if...
drkm
darkman_spam
Offline Send Email
Oct 5, 2005
9:35 am
1052
Hi, I have a schema locating file schemas.xml. I am getting the following error when that file is being loaded. 'File mode specification error: (error "XML ...
sunil bhushan
ysunilraja
Offline Send Email
Oct 11, 2005
5:45 am
1053
... No, comments should not be ignored, but processed as comments. It is an error to have a comment before the XML declaration: the XML declaration must always...
Vincent Lefevre
vinc17fr
Offline Send Email
Oct 11, 2005
11:29 am
1054
... Even before white spaces. I think it's a common mistake. --drkm...
drkm
darkman_spam
Offline Send Email
Oct 11, 2005
11:23 pm
1055
... We have our own xml document format. And we use Perl CPAN's XML::Parser module with a wrapper around it to parse files. That module parses even if we have...
Sunil Raja Bhushan
ysunilraja
Offline Send Email
Oct 19, 2005
5:22 am
1056
Hi all, Is there a way to have our own custom key combinations for nxml-mode. I want to have TAB for completion instead of C-<RET>. Is there any hook which...
Sunil Raja Bhushan
ysunilraja
Offline Send Email
Oct 19, 2005
5:25 am
1057
... This should help (in your ~/.emacs.el): (add-hook 'nxml-mode-hook (lambda () (interactive) (local-set-key (kbd "<TAB>") 'nxml-complete))) You can see (info...
drkm
darkman_spam
Offline Send Email
Oct 19, 2005
8:06 am
1058
... Is there any reason not to use `nxml-mode-map' to bind the keys?...
Lennart Borgman
nlborgman
Offline Send Email
Oct 19, 2005
8:25 am
1059
... Then you can't call it XML, since it's no longer XML. ... If the comments are followed by an XML declaration, then this module is buggy. For instance,...
Vincent Lefevre
vinc17fr
Offline Send Email
Oct 19, 2005
8:27 am
1060
... I've not tried, but the standard way to do is to add a hook and change the bindings: (defun my-nxml-mode-keys () (local-set-key [tab] 'nxml-complete) ...
Vincent Lefevre
vinc17fr
Offline Send Email
Oct 19, 2005
8:34 am
1061
... Yes. Comments or even white spaces. If you have an XML declaration (BTW it's NOT a processing instruction), the five first characters of the document...
drkm
darkman_spam
Offline Send Email
Oct 19, 2005
9:57 pm
1062
... There's no need for 'interactive': (add-hook 'nxml-mode-hook (lambda () (local-set-key (kbd "<TAB>") 'nxml-complete))) Sorry for the misinformation, --drkm...
drkm
darkman_spam
Offline Send Email
Oct 19, 2005
10:07 pm
1063
... If you use `nxml-mode-map' you do not have to bother about this keybinding if you change mode: (add-hook 'nxml-mode-hook (lambda () (define-key...
Lennart Borgman
nlborgman
Offline Send Email
Oct 19, 2005
10:35 pm
Messages 1034 - 1063 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