Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 933 - 962 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
933
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...
Sean C Sieger
scsieger
Offline Send Email
Mar 4, 2005
2:06 am
934
... Good news. ... We'll try to survive (hum, at least, I'll try). Thanks for your work, and good luck, --drkm...
drkm
darkman_spam
Offline Send Email
Mar 7, 2005
2:48 pm
935
... 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...
drkm
darkman_spam
Offline Send Email
Mar 8, 2005
2:11 pm
936
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...
purpled17
Offline Send Email
Mar 10, 2005
3:51 am
937
... 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...
Pawson, David
dpawson2000
Offline Send Email
Mar 10, 2005
8:17 am
938
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...
jame_smith009
Offline Send Email
Mar 10, 2005
11:56 am
939
... 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. ...
Paulo Sequeira
psequeira2003
Offline Send Email
Mar 10, 2005
1:45 pm
940
... Thanks for replying. Sorry not to reply sooner, but I understand you. Good luck with your project! -- Dave Abrahams Boost Consulting ...
David Abrahams
dave_abrahams
Offline Send Email
Mar 10, 2005
3:17 pm
941
... Haven't run nxml mode lately to check this works, but Ctrl-X,h , Meta-x 'format-region' should do it....
Adrian Robert
arobert3434
Offline Send Email
Mar 10, 2005
3:43 pm
942
... Sorry, I meant 'indent-region'....
Adrian Robert
arobert3434
Offline Send Email
Mar 10, 2005
3:59 pm
943
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 ...
Lennart Borgman
nlborgman
Offline Send Email
Mar 10, 2005
4:07 pm
944
... It doesn't. At least, `C-x h C-M-\' on the following buffer does nothing. ...
drkm
darkman_spam
Offline Send Email
Mar 10, 2005
4:54 pm
945
... 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...
Paulo Sequeira
psequeira2003
Offline Send Email
Mar 10, 2005
5:10 pm
946
... between the ... the ... Meta-x ... that ... works ... resort ... Thanks for the help, I'll probably just use xmllint --format. It was quite painless when...
purpled17
Offline Send Email
Mar 10, 2005
7:00 pm
947
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...
Klotz, Leigh
leighklotz
Offline Send Email
Mar 10, 2005
7:32 pm
948
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...
smitha_kathy
Offline Send Email
Mar 14, 2005
4:52 am
949
... 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...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Mar 14, 2005
6:55 pm
950
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...
DuCharme, Bob (LNG-CHO)
philregion
Offline Send Email
Mar 14, 2005
7:24 pm
951
... From: "DuCharme, Bob (LNG-CHO)" <bob.ducharme@...> ... editied ... Oh, yes, sorry, your are right. I did meant "clickable" in a more general ...
Lennart Borgman
nlborgman
Offline Send Email
Mar 14, 2005
7:46 pm
952
... 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: ...
drkm
darkman_spam
Offline Send Email
Mar 15, 2005
11:55 am
953
... 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...
Vidar Gundersen
ilteph
Offline Send Email
Mar 15, 2005
8:44 pm
954
... 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...
drkm
darkman_spam
Offline Send Email
Mar 16, 2005
8:39 am
955
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...
mihai_bazon
Online Now Send Email
Mar 18, 2005
10:07 am
956
... 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...
drkm
darkman_spam
Offline Send Email
Mar 18, 2005
11:54 am
957
... <%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...
Michael Smith
xmldoc
Offline Send Email
Mar 19, 2005
3:45 am
958
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...
Mihai Bazon
mihai_bazon
Online Now Send Email
Mar 19, 2005
7:57 am
959
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 ...
Michael Smith
xmldoc
Offline Send Email
Mar 19, 2005
3:01 pm
960
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
leighklotz
Offline Send Email
Mar 21, 2005
5:40 pm
961
"Klotz, Leigh" <Leigh.Klotz@...> writes: [...] ... I thought about that, but the thing is, once the output it post-processed and the <%perl> etc. stuff...
Michael Smith
xmldoc
Offline Send Email
Mar 21, 2005
6:56 pm
962
Hi.. Check this useful link ... http://www.google.com/url?sa=U&start=1&q=http://efrendz.info/all/computing.htm Nisha...
geetha2505
Offline Send Email
Mar 26, 2005
3:54 pm
Messages 933 - 962 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help