Now there's a voice from the past! How many years have you been lurking Lennart :-) Nice to hear from you again. ... regards -- Dave Pawson XSLT XSL-FO FAQ. ...
2040
Lennart Borgman
nlborgman
Nov 5, 2010 3:27 pm
... There is surely interest in it, but lack of time and perhaps detailed knowledge. I think your support is very, very welcome. Maybe the best way to...
2041
jdputsch2
Nov 23, 2010 3:48 am
Howdy, I've got nXML configured such that if I edit a document "foo.xsl", the "XSLT" schema is used. If I enter "<xsl:" and hit C-return, then I get the expect...
2042
Dave Pawson
dpawso
Nov 23, 2010 8:58 am
... Two options. Integrate the fo language into the xslt schema Allow any in the xslt schema where any fo element can go Or Just accept that you can't have...
2044
Felix E. Klee
feklee
Dec 5, 2010 10:53 am
Is it possible to tell the nXML validator to tolerate multiple root tags in an XML file? The reason is that I use nXML to edit XHTML fragments, such as: ...
2045
Dave Pawson
dpawso
Dec 5, 2010 1:02 pm
... it is an xml tool? xml is single rooted, so no. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk...
2046
gavenkoa
Jan 31, 2011 8:42 am
Sorry, this message may be some offtopic for this list. I try write compact RELAX NG schema for Blogger template. Look at used namespaces: <html dir='ltr39; ...
2047
gavenkoa
Feb 3, 2011 8:11 am
... After spending some effort on this area I found that Blogger template is case of incorrect applying of XML. Really Blogger tags used as preprocessor for...
2050
Tony Graham
tgraham@...
Mar 29, 2011 2:24 pm
The <?xml-model?> PI [1] is being jointly developed by W3C and ISO/IEC JTC1/SC34 as a way to associate schemas with XML documents. Here's a simple hook...
2051
Dave Pawson
dpawso
Apr 8, 2011 1:48 pm
In xml-mode C-c C-- used to remove markup. Has anyone got that working with nxml-mode please? TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. ...
2052
gavenkoa
Apr 8, 2011 9:23 pm
... Do you meen: C-c C-d Delete the tag at or after point, and delete the matching tag too (sgml-delete-tag). If the tag at or after point is an opening tag,...
2053
Dave Pawson
dpawso
Apr 9, 2011 5:02 am
... I have C-c C-- linked to sgml-untag-element. I changed mode to sgml-mode and used that. Many defuns involved in bringing it into nxml-mode though. Very...
2054
gavenkoa
Apr 9, 2011 9:26 am
... Oh! I search 'sgml-untag-element39; in Emacs 'lisp' dir and not found. Google search take me psgml-mode, which provide this func: ...
2055
Dave Pawson
dpawso
Apr 9, 2011 9:43 am
... I'm not sure anyone is maintaining this package in gnus? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk...
2056
Peter Flynn
docum3nt
May 7, 2011 10:35 pm
I just upgraded a machine to Ubuntu Natty, which installed Emacs 23.2, which appears to open XML files in nxml-mode by default. My .emacs file says ... which...
2057
Jason Rumney
jprumney
May 8, 2011 4:35 am
... Replace the autoload line in your .emacs with: (require 'nxml-mode) (require 'psgml) This will ensure that psgml overrides nxml's definition of xml-mode....
2058
Dave Pawson
dpawso
May 8, 2011 7:04 am
... Guessing you want psgml less than nxml-mode, I simply load psgml-mode when needed, manually. Not like James to screw up psgml-mode though. wonder if it's a...
2059
Peter Flynn
docum3nt
May 8, 2011 10:10 am
... For me it's the other way around: I need psgml for everything, and I haven't yet found a use for nxml. If I need nxml I can load it manually; for my work...
2060
Peter Flynn
docum3nt
May 8, 2011 12:49 pm
On 08/05/11 05:35, Jason Rumney wrote: [...] ... Perfect, many thanks. ///Peter...
2061
Steinar Bang
sb@...
May 8, 2011 6:10 pm
... They probably made an assumption, but I'm guessing that the assumption was that psgml is no longer actively maintained. Of course, neither is nxml-mode,...
2062
Peter Flynn
docum3nt
May 8, 2011 6:46 pm
... DTD parsing (I'm sure nxml has this, I just haven't seen it at work). C-c C-e element insertion with TAB completion according to the DTD; the population of...
2063
Dave Pawson
dpawso
May 9, 2011 6:26 am
... C-c C-- was my last 'need' for psgml-mode, about a week ago. remove markup around point. sgml-untag-element regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook...
2064
Dave Pawson
dpawso
May 9, 2011 6:33 am
... I don't think it does Peter. ... RTFM? M-q ... RTFM again :-) It's there ... Out of scope for nxml-mode. ... It's there. I even have an html version...
2065
Jason Rumney
jprumney
May 9, 2011 1:49 pm
... Not directly, but converting DTDs to RelaxNG is very easy. (see http://relaxng.org/#conversion)...
2066
Peter Flynn
docum3nt
May 9, 2011 8:24 pm
... That's a show-stopper for the moment until they all convert to RNG. At the moment there are large banks of entity-dependent code. ... Must do that again. ...
2067
Steinar Bang
sb@...
May 16, 2011 4:48 pm
... As others have said: no it doesn't. But creating a RNG schema from a DTD using trang, is really easy. And you can persist the association between your...
2068
Steinar Bang
sb@...
May 16, 2011 4:57 pm
... But there is nothing stopping you from having both psgml and nxml. I use psgml for HTML editing and nxml for all xml format....
2069
Peter Flynn
docum3nt
May 16, 2011 11:51 pm
... Thank you very much for that, it's very useful. ///Peter...
2071
hrumph2004
Jul 3, 2011 2:47 pm
in xhtml 5 the charset attribute is a valid attribute of the meta tag. For instance <meta charset="UTF-8" /> is valid in xhtml 5 and the w3c validator will...
2072
Edward O'Connor
hmallow42
Jul 3, 2011 8:56 pm
... You need to point nxml-mode at XHTML5 .rnc files. You can find instructions and code here: https://github.com/hober/html5-el HTH Ted...