... XSLT 1.0 has "forwards compatible processing". XSLT 2.0 has "backwards compatible processing". Basically, if you hand it to an XSLT 1.0 processor, you had...
... For example if @version = '0.5' ;-) ... And "forwards", too. Regards, --drkm ___________________________________________________________________________ ...
... It's funny. I just went to my schemas.xml file and my RNC schemas repository, and I already had this schema. But not hooked in schemas.xml :-D. I guess I...
1164
Rakotomandimby Mihamina
mihamina.rakotomandim...
Jan 19, 2006 6:45 pm
Hi, Where could I find some schemas for xHTML and may be some ZPT (tal/metal/...)? Thank you. -- A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL)....
1165
Stephane Bortzmeyer
bortzmeyer@...
Jan 20, 2006 8:46 am
On Thu, Jan 19, 2006 at 07:38:39PM +0100, Rakotomandimby Mihamina <mihamina.rakotomandimby@...> wrote ... In nxml distribution: ...
... But it corresponds to the loose DTD. I've found all the XHTML schemas in jing-20030619/doc/xhtml, and generated the .rnc files from the .rng ones with...
1167
Stephane Bortzmeyer
bortzmeyer@...
Jan 20, 2006 9:20 am
On Fri, Jan 20, 2006 at 10:06:58AM +0100, Vincent Lefevre <vincent@...> wrote ... May be Mozilla is wrong? An example of such a file?...
I am using nxml-mode in Aquamacs emacs for the Macintosh. I cannot get auto-completion to work. I get a message saying that I have an invalid tags table. What...
This problem cropped up for me in a recent CVS Emacs update. One of the emacs ... He suggests the following fix: (setq chars (mapcar (lambda (c) (let...
... Could you please send this as a diff -c patch? Is there anyone who can host these patches? (I can do that temporary, but I have no really good backup on my...
... And more precisely all the steps needed to reproduce the problem (if possible). BTW, I didn't see the original post and can't find it in the archives. Is...
... Possibly easier as a new install of nxml-mode? (perhaps as well as a diff file?) I'll add it to my relax-ng faq site if it helps. regards -- Dave Pawson ...
Here it is: ... *************** *** 401,415 **** (cons last chars) (cons last (cons ?- chars)))))) (setq range-list (cdr range-list))) - ;; Changed below...
cwulfman wrote: Hi ... You generated it the wrong side :-p. Here is a correct one IMHO. BTW, I added this binding around a second use of 'decode-char'. I ...
Hi, Searching through the archives, I found this thread http://groups.yahoo.com/group/emacs-nxml-mode/message/91 from Sep 2003 which states that nxml doesn't...
In nxml-mode C-RET is supposed to auto-complete the start tag. It doesn't in Aquamacs Emacs because C-RET is used by the minor mode cua- mode. I don't believe...
... M-x cua-mode This toggles cua-mode on/off. You may also set nxml-bind-meta-tab-to-complete-flag to t. This will allow the use of M-Tab for completion. The...
Aquamacs, a Mac version of emacs employing the Aqua mac interface, has nxml-mode activated in its distribution version. Unfortunately, the default state does...
From: <litvinov@FEMLAB> To: Subject: --text follows this line-- I am learning Relax NG and nxml. The problem is that I cannot figure out how to make a schema...
... Have you heard of "StickyModifiers"? Please take a look at http://www.emacswiki.org/cgi-bin/wiki/StickyModifiers and add information for Mac if you happen...
Lennart, Thank you again once again for advising me about cua-mode. Turning "Sticky Keys" on in the Macintosh is extremely easy (OSX 10.4.4). One goes to...
I'm currently using mmm-mode with nxml-mode and ruby-mode to edit ruby .rhtml files which contain segments of code embedded between either "<%= %>" or "<% %>"...
... They aren't tags. I wonder if MMM Mode can play correctly with this. IMHO, no. And if it doesn't, I can't see a way to achieve this with nXML. You can...