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 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...
... I didn't study it in details, but it seems to not support completion against a schema. Since Lennart (mmh, he was Lennart, right?) spook about rng-*.el...
Lennart Borgman wrote: Hi ... You can also take a look at 'nxml-complete' to see an example of use. Note I never look at this code, so I don't know if it is...
... Thanks Ted. I know about these modes (from http://www.emacswiki.org/cgi-bin/wiki/CascadingStyleSheetMode). However does any of those have context sensitive...
... I have played a little bit with nxtml-complete in nxhtml-mode and I did find it rather complex. However in the case of css it looks much easier to restart...
Hi everybody, first post on this group... Years ago I was addicted to a LaTeX minor-mode for emacs called "talcum" (was it already called like that? I don't...
Hi all, I was wondering how possible this would be. I want to have emacs/nxml alias the tags so that a user doesn't see the actual docbook/xhtml etc elements...
I am in the process of switching to db5. Given (the generality of) RELAX NG and the requirements of nxml mode, my guess is that (at least) someone has written...
The Great Stock Market Secret When the stock market is going up and all your stocks and mutual funds are making money you feel like a genius. It is too bad...
How To Succeed In Online Financial Trading Using Freebies Did you know that many of the tools and resources that we consider essential for online trading...
Platform: Intel Pentium M, Ubuntu Dapper, emacs21 21.4a-3ubuntu2, nxml-mode 20041004-5 trang 20030619-4 I am a _long_ time psgml user that eventually will try...
Steinar Bang
sb@...
Nov 29, 2006 6:58 pm
1394
... James came from Relax to relax NG. nxml-mode works (once you read the manual :-) with the .rnc format of a relax ng schema. XSD is the [insert bad...
... Do you get an error because the particular file you're editing contains an an xsi:schemaLocation instance, or do you just get an error when nxml is parsing...
... I get the error because the file contains an xsi:schemaLocation instance. ... Do I need a schema that allows using a schemaLocation attribute in the ...
Steinar Bang
sb@...
Nov 30, 2006 11:14 am
1397
... If you read to the bottom. You will see that's what I did. :-) I need to think out loud when I'm doing stuff, so the message was mostly me thinking to...
Steinar Bang
sb@...
Nov 30, 2006 11:17 am
1398
Steinar Bang wrote: Hi ... This attribute has to be explicitelly allowed in RNG grammars. You can dig the archives for similar discussions. But I wonder if...
... I tried changing <element name="project"> <interleave> ... to <element name="project"> <attribute> <anyName/> </attribute> <interleave> ... in the...
Steinar Bang
sb@...
Nov 30, 2006 8:51 pm
1402
Platform: Intel Pentium M, Ubuntu Dapper emacs21 21.4a-3ubuntu2 nxml-mode 20041004-5 When I used psgml to edit DocBook documents, I put the following the ...
Steinar Bang
sb@...
Dec 18, 2006 11:31 am
1403
... If I could replace this line, somehow <typeId id="DocBook" uri="docbook.rnc"/> to find the RNC wrapper schema/customization layer, I would be able to ...
Steinar Bang
sb@...
Dec 18, 2006 11:43 am
1404
... Thanx to Dave Pawson's FAQ on the issue http://www.dpawson.co.uk/relaxng/nxml/schemaloc.html I've now been able to make it look for the (not yet existing)...
Steinar Bang
sb@...
Dec 18, 2006 12:20 pm
1405
Are you using DocBook 4 or 5? With emacs+ DocBook 4, I edited the rnc file to allow xi:include in new places. With DocBook 5, NDW has included docbookxi.rnc,...
Here's a list I've compiled of the commands I'm missing when trying to use nxml with my psgml-trained fingers: C-M-e (move to the end of the element, moves...