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...
Steinar Bang
sb@...
Dec 18, 2006 3:08 pm
1407
... Yes, that list came out earlier on :-) I think some people have added some features. You may not get them all. Any good with elisp? That should provide the...
... From me? Not this exact list, which is compiled after actually _using_ nxml. But I've used the expression "psgml-trained" fingers before, that's true. ...
Steinar Bang
sb@...
Dec 19, 2006 8:46 am
1409
... 4. ... That _is_ a possibility. But it feels like a cop-out, since I was able to use XInclude with the original DTD, without actually touching the DTD ......
Steinar Bang
sb@...
Dec 19, 2006 8:57 am
1410
... Not really, as it turns out. ... A small step on the way: - psgml keybindings for moving back and forward one element in the document structure - a...
Steinar Bang
sb@...
Dec 20, 2006 6:38 am
1411
... [snip!] ... [snip!] ... Actually, in mixed content nxml-forward-balanced-item behaves similar to psgml's sgml-next-data-field. The difference is that ...
Steinar Bang
sb@...
Dec 20, 2006 12:53 pm
1414
... New version. Current state: - adds psgml compatible key bindings for backward and forward element - adds functions with psgml compatible keybindings for...
Steinar Bang
sb@...
Dec 26, 2006 8:21 am
1415
Hi all, Where is the latest release of nxml mode available for download? taiopensource is ancient. I hope this is still being developed? If so where is the...
... As far as I know, version nxml-mode-20041004.tar.gz from here http://www.thaiopensource.com/download/ ... This is the last heard from the developer on this...
Steinar Bang
sb@...
Dec 26, 2006 11:49 am
1417
Well I remeber posting questions to this list and getting answers saying that fixed should be added to the source.... Is nxml-mode being developed? If not, why...
... If I'm to guess, the answer is "no, not currently". ... Again if I'm to guess: because the developer is busy elsewhere. And possibly because it already...
Steinar Bang
sb@...
Dec 27, 2006 4:44 pm
1423
... Well I don't think anything is perfect. Also I remember proposing surrounding text with tags and getting a solution from the list. This is definitely...