Could an xml file be searched directly using XPath 2.0 in nxml-mode? Or, put another way, could xpath.el http://www.emacswiki.org/elisp/xpath.el and...
... Maybe the following can interest you. It is a little bit more general. It read the value of the xml:lang attribute (conforming to RFC 3066), and look in...
Hi All, Not sure if this is the right place to go but I've installed nxml, psgml, and XAE, and read about them yet cannot find a solution to my problem. I have...
... From: purpled17 Not sure if this is the right place to go but I've installed nxml, psgml, and XAE, and read about them yet cannot find a solution to my...
HELLO FRIEND'S!! THIS IS 4 YOU?? THIS IS A FREE CALLING CARDS SITE..ABSOLUTELY FREEEEE??....ITS REAL BUDDY!!!!DONT DELAY YOU JUST SIGN IN AND GO THROUGH THIS...
... mmm... I had the same problem. What I do in such cases is to pass the XML document through xmllint --format, so I don't solve it with Emacs nor nxml. ...
I have asked this question before, but I will try to be more specific this time: I would like to have clickable links (a-tags) in an xhtml document editied ...
... just tried this with a document (using nxml-20041004), and it seems that it doesn't always break long lines with several elements. If it works for somebody...
... between the ... the ... Meta-x ... that ... works ... resort ... Thanks for the help, I'll probably just use xmllint --format. It was quite painless when...
You can do Ctrl-x h M-| xmllint --format - to run it in place on the buffer. ... From: purpled17 [mailto:purpled17@...] Sent: Thursday, March 10, 2005...
Hello, I have always had problems using search engines to find what I wanted,as it always poped up results that I was in no way looking for. I just happen to...
... As the old saying goes, be careful of what you ask for, you just might get it. When I click on link anchor text in emacs, I want the point to appear there...
Oops - I guess that's not a default binding. I just found this line in my .emacs file: (global-set-key "^B" 'browse-url) (but with an actual ctrl-B character...
... Off course. C-b is initialy bound to backward-char. ... Using control characters in ELisp code sounds like ugly to me. I prefer to use kbd, like this: ...
... i don't like redefining standard emacs key bindings, what is used for browse-url in other emacs-modes? what about using C-M-return ? will this interfere...
... Off course. ... I don't know. I think there is no standard binding. ... I think it will not. Personally, I think the function keys are /de facto/ keys...
Hey there, I'm using NXML for quite some time and I was wondering if it's possible to have it ignore certain tags and treat content as CDATA. For instance, it...
... I have no time to respond more deeply, but you can find interresting things in the list archives IMHO. MMM Mode can be of interrest, too. --drkm...
... <%perl> isn't well-formed XML. Element names in XML can't contain the percent-sign character (or most other non-alphanumeric ASCII characters). So even if...
Hi Mike, Thanks for your reply. I know that <%perl> is not a valid tag. It (and its contents) actually gets replaced on the server side as a result of the...
Hi Mihai, ... The problem isn't that it's not valid. It's that it's not *well-formed*. It is specifically forbidden by the XML spec. So it's impossible to ...
Building on Michael's idea, once you get your Mason code converted to use the PI syntax suggested below instead of <%> <&> syntax, maybe you can send a sample...
"Klotz, Leigh" <Leigh.Klotz@...> writes: [...] ... I thought about that, but the thing is, once the output it post-processed and the <%perl> etc. stuff...