Hi all I usually update my blog using Drivel (http://dropline.net/past-projects/drivel-blog-editor/) In the "body" part, there is no need to put entire xHTML...
2079
Dave Pawson
dpawso
Aug 17, 2011 6:45 am
... which is not html, nor xml for which nxml-mode is intended. ... If sgml-mode meets your needs, use it. ... Still available in sgml-mode ... As intended. ...
2080
Stephen Langer
stephen_langer
Aug 17, 2011 2:08 pm
... It seems to be *too* strict. ... How do you tell nxml how to find the dtd and that the contents of this file are inside <book> tags? Is there a better way...
2081
Dave Pawson
dpawso
Aug 17, 2011 2:28 pm
... No. Appropriate for xml. ... Yes. Any xml. ... nxml-mode isn't too happy working with DTD's. ... You don't. Use trang to convert to relax NG, then use the...
2082
Stephen Langer
stephen_langer
Aug 17, 2011 3:40 pm
... Thanks. I'd forgotten that I'd already done that. But I never figured out how to tell nxml that a file whose first xml tag was <chapter> or <para> is...
2083
Dave Pawson
dpawso
Aug 17, 2011 3:48 pm
... Wrong tool Validate on the command line, or edit the rnc file to tell nxml-mode that the entity can start on chapter? HTH -- Dave Pawson XSLT XSL-FO FAQ. ...
2084
Stephen Langer
stephen_langer
Aug 17, 2011 6:20 pm
... But isn't the whole point that nxml helps you write valid xml, by showing you your mistakes and suggesting and autocompleting the valid tags at any point?...
2085
Peter Flynn
docum3nt
Aug 17, 2011 9:50 pm
On 17/08/11 19:19, Stephen Langer wrote: [...] ... I looked at it and went back to psgml. It's simply doesn't have the interface (commands) that you need for...
2086
Dave Pawson
dpawso
Aug 18, 2011 6:43 am
... In which case provide the rnc schema for nxml-mode to use. nxml-mode doesn't hack xinclude or external entities. ... I didn't suggest it was. Modify the...
2087
Steinar Bang
sb@...
Aug 20, 2011 9:25 am
... You could try to "sudo apt-get install psgml"...? It may not bind to your XML documents file extensions in auto-mode-alist, but that's easily fixed. psgml...
2092
Tony Graham
tgraham@...
Nov 14, 2011 1:14 pm
If you are using `rnc--mode39; by David Rosenborg [1] when editing RNC schemas, you may be interested in adding the following to your .emacs to add a 'RNC' menu...
2093
Dave Pawson
dpawso
Nov 14, 2011 1:29 pm
... ! Not seen that, thanks. when editing RNC ... Thanks. Appreciated. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk...
2099
Tony Graham
tgraham@...
Feb 22, 2012 1:16 pm
From http://inasmuch.as/2012/02/22/flymake-for-relax-ng-compact-syntax/ (require 'flymake) (defun flymake-rnc-init () (let* ((temp-file...
2102
Jesse Alama
alama@...
May 18, 2012 3:38 pm
I like the way that nXML mode validates my XML documents on the fly. It seems that concerning entities, though, there can be false negatives (i.e., nXML says...
2103
Dave Pawson
dpawso
May 18, 2012 3:44 pm
nxml is a tool for Relax NG Jesse? sort of not interested in DTD's? Try another tool for DTD validation, I use rxp http://www.cogsci.ed.ac.uk/~richard/rxp.html...
2104
Stephen Corbesero
Stephen.Corbesero@...
May 30, 2012 2:19 pm
Hello. I am new to nxml-mode and this mailing list. I have some very general questions. 1. What is the current development status of nxml-mode? Is there...
2105
Dave Pawson
dpawso
May 30, 2012 2:39 pm
On 30 May 2012 15:19, Stephen Corbesero ... If that is where you get it from ? Also available on http://www.thaiopensource.com/nxml-mode/ I haven't yet found a...
2107
ingrid_schmidt@...
ingrid_schmi...
Jul 2, 2012 12:40 pm
Hello, I am a relatively unexperienced Linux/Fedora user. On Fedora 16 I once successfully installed Emacs with the nXML ability working just fine, even after...
2108
Dave Pawson
dpawso
Jul 2, 2012 1:07 pm
On 2 July 2012 13:21, ingrid_schmidt@... ... Due care. nxml-mode has been partially hi-jacked by the xhtml users. It may be easier to install nxml-mode...
2109
Steinar Bang
sb@...
Jul 15, 2012 8:12 am
... Hm... how did you go about to create the RNC file for DITA? I remember having a lot of problems with that back in 2006 or 2007 or thereabouts. ... Hm......
2110
garbage_goal
clockyg
Jul 19, 2012 11:57 pm
Hi there, I hope I am not posting a previously asked question, but I am not having much luck searching on this topic. I've been a psgml user but want to switch...
2111
Dave Pawson
dpawso
Jul 20, 2012 4:30 am
... http://dpawson.co.uk/relaxng/nxml/nxml-mode.html is an html version of the help file that comes with nxml-mode. Look for schema locating files. 1. Convert...
2112
garbage_goal
clockyg
Jul 25, 2012 4:30 am
Alright, I wanted to make sure I didn't go reinventing any wheels. Appreciate your response - thanks!...
2113
Peter Flynn
docum3nt
Aug 5, 2012 3:58 pm
On 20/07/12 05:30, Dave Pawson wrote: [...] ... This is only one of a dozen or more missing facilities in nxml-mode. I'm sure nxml-mode must be useful to some...
2114
Dave Pawson
dpawso
Aug 6, 2012 6:48 am
... Wrong list? Try the emacs mailing list Peter? They can change it. ... I use it. Daily. Output? A book, and another 400Kword document. I'll disagree with...
2115
Peter Flynn
docum3nt
Aug 6, 2012 7:24 pm
... Yes, sorry for the rant :-) I did post a message, but no reply. ... I'm actually slightly amazed. How do you deal with the absence of C-c C-e, C-c C-r,...
2116
John W. Shipman
shipman507
Aug 6, 2012 7:43 pm
+-- ... +-- I used to use sgml-mode but now I do everything in nxml-mode. I forget what all those keybindings meant, but I can address your need for insertion...
2117
Dave Pawson
dpawso
Aug 7, 2012 6:51 am
... C-e and C-a are both satisfied using < for element and space bar for attributes. C-RET does split an element. M-C-k ? Not heard of it so I don't miss it? ...
2118
Carsten Bormann
knurfel
Aug 7, 2012 7:54 am
... No, that is C-c RET. Oh, and M-C-k (kill-sexp) just works for me. I make my life a little easier this way: https://gist.github.com/3282903 (Why is is that...
2119
Steinar Bang
sb@...
Aug 13, 2012 7:48 pm
... [snip!] ... IMO you're completely wrong here. The nxml mode is quite good for editing text type documents (I've done docbook and DITA in it). You just...