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 ...
... 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...
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...
... 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...
... 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 ...
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...
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...
... 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...
... '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...
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...
... 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...
... 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...
... 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...
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...
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...
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 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...
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 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 ...
... 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...
... 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'...
... 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,...
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...
... 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...