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 to share photos of your group with the world? 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 1279 - 1308 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1279
Hello emacs-nxml-mode list, In trying to customize the docbook 4.5CR1 rng model by paralleling http://www.docbook.org/docs/howto/#faq-customization-mathml-svg ...
Chris Chiasson
cpcender
Offline Send Email
Mar 2, 2006
7:43 pm
1280
... Mmh, I'm not sure to understand exactly what's your problem. Could you please explain it a bit further? ... So here the problem is "URIs relative to the...
Florent Georges
darkman_spam
Offline Send Email
Mar 3, 2006
3:29 pm
1281
The first question refers to the ability of nxml to find the correct file when a relax ng grammar includes another grammar. As it is now, I don't think nxml...
Chris Chiasson
cpcender
Offline Send Email
Mar 3, 2006
3:58 pm
1282
... Ok. From what I understand of 'rng-c-parse-include', nXML doesn't provides the ability of remapping the target of an include. But I just had a quick...
Florent Georges
darkman_spam
Offline Send Email
Mar 3, 2006
5:03 pm
1283
... This should work. Otherwise this is a bug. -- Vincent Lefèvre <vincent@...> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML -...
Vincent Lefevre
vinc17fr
Offline Send Email
Mar 3, 2006
5:18 pm
1284
... Mmh, I think it's more complex. Clearly, nXML needs information before loading the first schemas.xml, if you want it validates the document. So the ...
Florent Georges
darkman_spam
Offline Send Email
Mar 3, 2006
5:46 pm
1285
I figured out what I did wrong on issue #2. As I said, I changed <documentElement localName="locatingRules" uri="locate.rnc"/> to <documentElement...
Chris Chiasson
cpcender
Offline Send Email
Mar 3, 2006
6:59 pm
1286
... That's not the problem, as Chris said. The problem mentioned by Chris is that nxml doesn't take into account the path in the uri attribute of...
Vincent Lefevre
vinc17fr
Offline Send Email
Mar 3, 2006
7:44 pm
1287
On Thu, 16 Feb 2006, Aaron wrote: +-- ... +-- In Linux, I have all my snippets in a first-level subdirectory of my home directory, pathname "~/i". In each...
John W. Shipman
shipman507
Offline Send Email
Mar 8, 2006
10:10 pm
1288
How can I make nXML recognize TAL (Template Attribute Language) attributes? E.g. nXML reports a "Prefix not declared" error for the "tal:content" attribute in...
vedm
loetev
Offline Send Email
Mar 10, 2006
3:35 am
1289
... In order to use a namespace prefix, you have to declare it (bind it to a namespace URI): <title tal:content="here/title" ...
Florent Georges
darkman_spam
Offline Send Email
Mar 10, 2006
11:45 am
1290
... After I add this declaration I get a new error: "Attribute not allowed". I guess what I need is a new RelaxNG schema to include the TAL attributes, but I...
vedm
loetev
Offline Send Email
Mar 10, 2006
2:08 pm
1291
... 'cause you didn't tell us which language you are editing, we can just make some guessing. I guess you edit a document whose the type have a related RNC...
Florent Georges
darkman_spam
Offline Send Email
Mar 10, 2006
2:21 pm
1292
Well, I solved this in the following way (this is for editing XHTML, using the Debian package nxml-mode): In the "schema" directory of the nxml-mode...
vedm
loetev
Offline Send Email
Mar 10, 2006
10:54 pm
1293
... Great! But here are a few comments: 1/ Don't add files in the nXML directory nor modify files in that directory. You'll loose your modification one day...
Florent Georges
darkman_spam
Offline Send Email
Mar 10, 2006
11:20 pm
1294
... Thanks, these are good hints. I still have to learn how all those schema location documents work, about the typeId's etc. I guess I'll have to read some...
vedm
loetev
Offline Send Email
Mar 11, 2006
12:18 am
1295
... The schema location document type is from nXML, not RNG. So indeed (info "(nxml-mode)Schema locating files"). Here is a real example, I think it can be...
Florent Georges
darkman_spam
Offline Send Email
Mar 11, 2006
12:39 am
1296
I would like to get information about a tag with a certain name. An example is the <img ...> tag in xhtml. Which attributes are allowed? Which attributes are...
Lennart Borgman
nlborgman
Offline Send Email
Mar 18, 2006
10:57 pm
1297
I read somehwere that you can use this in your .emacs file for nxml-complete if M-tab doesn't work for you. (defun nxml-custom-keybindings () (define-key...
Chris Chiasson
cpcender
Offline Send Email
Mar 18, 2006
11:06 pm
1298
Thanks Chris, I know, but this is not what I need now. I am sorry for not asking clearly enough. I meant I want to get this information in elisp. Say I have...
Lennart Borgman
nlborgman
Offline Send Email
Mar 18, 2006
11:21 pm
1299
Lennart Borgman wrote: Hi ... The name of an element is not enough to get the possible attributes. You have to provide the context too. I don't think nXML...
Florent Georges
darkman_spam
Offline Send Email
Mar 19, 2006
1:27 am
1300
Hi, I'm (mis-)using nxml-mode for editing Django templates. The template language mixes its own markup with standard HTML/XML. nxml-mode works perfectly for...
Antti Kaihola
akaihola
Offline Send Email
Mar 19, 2006
2:58 pm
1301
Antti Kaihola wrote: Hi ... 'nxml-mode.el' says they are in the 'nxml-highlighting-faces' customize group, which in is turn is in both the 'nxml' and the ...
Florent Georges
darkman_spam
Offline Send Email
Mar 19, 2006
4:08 pm
1302
... Could it be rng-error-face?...
Lennart Borgman
nlborgman
Offline Send Email
Mar 19, 2006
6:50 pm
1303
... Thanks drkm. This seems to be the right direction. (Unfortunately there is something wrong with your functions, or I am misunderstanding them. I do not get...
Lennart Borgman
nlborgman
Offline Send Email
Mar 19, 2006
11:53 pm
1304
... Sorry, as Lennart said, the right face is 'rng-error-face', in the 'relax-ng' customize group, in its turn in (at your choice) 'wp', 'nxml' and 'languages'...
Florent Georges
darkman_spam
Offline Send Email
Mar 20, 2006
12:12 pm
1305
... I think you're right regarding rng-pattern. But if your needs are specific to XHTML, why don't you use this information to code your first helpers? INHO,...
Florent Georges
darkman_spam
Offline Send Email
Mar 20, 2006
1:10 pm
1306
Hi all, I am writing a manual for denemo (denemo.sourceforce.net) it uses references to keybindings, lots and lots of them. I want to be able to pull up a list...
Aaron
aamehl
Offline Send Email
Mar 31, 2006
4:27 am
1307
... So, if I understand well, your problem is about attribute value completion. Right? If it is, you need to create a schema for your document type. nXML...
Florent Georges
darkman_spam
Offline Send Email
Mar 31, 2006
8:41 am
1308
The manual is written in docbook. Aaron...
Aaron
aamehl
Offline Send Email
Mar 31, 2006
9:01 am
Messages 1279 - 1308 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