I was a bit surprised when I looked through the Web Developers Tools in FireFox and just for fun tested a web page I have written: http://OurComments.org/ The...
... In my nxml-mode-20041004/schemas/xhtml.rnc it says it is the union of transitional and frameset. The w3c validator reports valid if I set an override to...
... Thanks, I did not know about that. Then I believe I might be seeing a corner case that is not fully supported in nxml-mode. I guess you normally to not...
... Well, I have not checked it before, but I suspect, that this is somehow defined in the 'schema/schemas.xml' file in the emacs-nxml-mode installation...
Hi, I've just read about nxml-mode but am having problem trying to get to the official site. Is it down or experiencing heavy loads? Does anyone know of...
... It's not down right now, but it just seems to be hanging forever when you try to access anything on it. ... Maybe Google cache or http://www.archive.org/ ...
... psgml on the other hand, does use DTDs... if you tell it where to find them....
Steinar Bang
sb@...
Dec 16, 2005 9:15 am
1129
Thanks for the information. I was able to get the source from another site. After several days since my last post, access to www.thaiopensource. com is still...
The bug is in nxml-backward-single-paragraph, which has ramifications for paragraph filling since nxml-do-fill-paragraph uses this function when defining the...
... Thanks John. Not line 10 of the defun in my listing though? The modified line is marked ;;DP below. Works OK after the mod you supplied though. Can you...
... From: Dave Pawson <dave.pawson@...> Date: Tuesday, January 3, 2006 12:08 pm Subject: Re: [emacs-nxml-mode] Re: Bug report and fix ... What about a...
... Or even "diff -u" for accurate legibility. --drkm ___________________________________________________________________________ Nouveau : téléphonez moins...
I've been trying to find a tool/technique to use to validate fragments of JSP code that are included into other fragments but not having much success. Clearly...
I'm trying to convert to nxml-mode. But I still didn't resolve some problems I have with it, so I'm calling for help. 1. The character encoding. It's my big...
... My advice would be to move *everything* to utf-8? Yes, its a pain, but worthwhile in the long term? Then you can mix your files freely? I'm sure there are...
... Yes, thank for a nice advice. I'm thinkig about a unicode way. But it opens another can of problems which should be properelly resolved. ... the recode...
Hi, I have been recommended by my workmates to use nxml for editing XHTML and ZPT (http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZPT.stx). The...
Rakotomandimby Mihamina
mihamina.rakotomandim...
Jan 14, 2006 5:04 pm
1147
Rakotomandimby Mihamina wrote: Salut ;-) ... What are the rules behind the code? At a first glance, it looks like a standard "2-spaces per level" XML...
... The problem is that nxml's schema validation doesn't know about all the extra tal:something and <tal:block>-like elements. It might be worthwile to make...