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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 369 - 398 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
369
I tried using outline mode to fold blocks, as someone posted earlier, but had no luck with it. Here's something quick and (very) dirty that I whipped together...
Joe Casadonte
joecasadonte
Offline Send Email
Dec 3, 2003
3:24 pm
370
I have a snippet of XML that looks like this: <TimeWindow> <EarlyPickupDate>20030906075200</EarlyPickupDate> </TimeWindow> The schema for it looks like this: ...
Joe Casadonte
joecasadonte
Offline Send Email
Dec 3, 2003
4:02 pm
371
... I'm (really!) slow today, but it seems obvious through that lens: You have no definition for things like EarlyPickupDate. For your instance example, I...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 3, 2003
4:09 pm
372
... Oops, should be: EarlyPickupDate = element EarlyPickupDate ( text } ...or if you want to use datatypes, perhaps: EarlyPickupDate = element EarlyPickupDate...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 3, 2003
4:12 pm
373
... I snipped them out for space reasons. They are indeed defined: EarlyPickupDate = notAllowed ... -- Regards, joe Joe Casadonte jcasadonte@n... ... Llama...
joecasadonte
Offline Send Email
Dec 3, 2003
4:46 pm
374
... to report an error. However, I can't tell whether the problem is a bug in nxml or a bug in the part you haven't included without seeing a complete schema...
James Clark
james_j_clark
Offline Send Email
Dec 3, 2003
5:53 pm
375
Hi I am new to nxml and relax NG. I am not so interested in playing with schemas as yet but I do want to be able to author now in docbook, and maybe later...
Aaron
aamehl
Offline Send Email
Dec 4, 2003
1:21 pm
376
... I'd post the above sort of question to the docbook-apps list. But a quick answer is that the stylesheet you want to use should be called "docbook.xsl" and...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 4, 2003
1:31 pm
377
I'm using Hi-Lock minor mode to highlight my xml file and save the regexps using C-x w b (hi-lock-write-interactive-patterns). When reading back the file, the...
mecklen2000
Online Now Send Email
Dec 4, 2003
5:47 pm
378
I got used to formating paragraphs like this: <para> lk sflk sdlfk sdlk dlf fldflks flksd flkdf lfldf sdlkf sldf dlfk dlf dlfd fldkf dslfdlf dsl </para> with...
mecklen2000
Online Now Send Email
Dec 4, 2003
5:51 pm
379
... configuration ... Hmmm, getting the proper indentation using a web browser appears to be difficult. Please replace all underscores in the following with ...
mecklen2000
Online Now Send Email
Dec 4, 2003
5:56 pm
380
I have put together a schema that combines two others -- both of which define a default namespace -- and inserts one into an extension element in the other....
Bruce D'Arcus
bdarcus@...
Send Email
Dec 4, 2003
6:02 pm
381
... Hash: SHA1 [ I got dropped, again, so this is partly a test to see if I'm properly subscribed again. ] ... I don't know of an option to do this, and maybe...
Norman Walsh
normwalsh
Offline Send Email
Dec 4, 2003
9:57 pm
382
... What do you mean by "hierarchichal list"? Can you give an example? How does this differ from the list you get with C-RET? James...
James Clark
james_j_clark
Offline Send Email
Dec 5, 2003
1:03 am
383
... just aren't compatible. I'm hopeful that this will be easily fixable with Emacs 21.4. James...
James Clark
james_j_clark
Offline Send Email
Dec 5, 2003
1:04 am
384
... Not at the moment. It would reasonable to have such an option and I'll add this to the TODO. I'm curious how common this style is. I haven't seen it...
James Clark
james_j_clark
Offline Send Email
Dec 5, 2003
1:05 am
385
How do I get fly-spell mode to ignore markup in nxml? I just learned about fly-spell, but haven't figured this out. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 5, 2003
3:17 am
386
Hi, ... I use it sometimes since it is more compact (in terms of lines) than: <para> gurka gurka gurka </para> Maybe we need some per elemet customization...
peter.lundblad@...
Send Email
Dec 5, 2003
7:03 am
387
... I found myself looking for such option too. I guess this is a default with psgml, which made me like it as eye candy. -- X....
Xavier Cazin
xavier_cazin
Offline Send Email
Dec 5, 2003
7:50 am
388
Hi Bruce, ... fly-spell mode calls 'ispell' (or whatever you have set in ispell-program-name). I think one of the following should work: (setq ispell-skip-sgml...
Michael Smith
xmldoc
Offline Send Email
Dec 5, 2003
1:44 pm
389
... [...] ... Aaron, probably this isn't exactly what you're looking for, but I made a "DocBook menu" package that includes a menu that provides a sort of ...
Michael Smith
xmldoc
Offline Send Email
Dec 5, 2003
2:15 pm
390
... It's not working right. I still get warnings (highlighted with an underline and in brown text) for "mispelled" words in tags. ... I actually started with...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 5, 2003
3:52 pm
391
... Try (set-default 'ispell-skip-html t) instead...
Michael Smith
xmldoc
Offline Send Email
Dec 5, 2003
5:49 pm
392
... I actually started with that without luck, and now have both in my .emacs file. Good to know it at least *should* work. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 5, 2003
5:57 pm
393
Thanks, sorry I didn't answer but I was expecting some notice in my email inbox.. I guess I will wait for the release with the menus and see what happens I...
aamehl
Offline Send Email
Dec 9, 2003
6:17 am
394
... With C-RET I get just the tags available where I am <table> here would show the childe of table right </table> <table> I would like to see a tree view of...
aamehl
Offline Send Email
Dec 9, 2003
6:25 am
395
... Do any xml editors do this? Seems a little impractical. Let's say I type "<pa" using DocBook. I can't even imagine how many options would be presented...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 9, 2003
2:33 pm
396
Well this isn't what I ment really. I wanted a tree view, not automatically but on the side where or as a menu but no automatically. In fact I prefer tag...
Aaron
aamehl
Offline Send Email
Dec 9, 2003
2:38 pm
397
Hi, I want to use nxml to work with a dtd, meaning to convert it to relaxng and then use it. The problem is that I can't get jig and trang to install they...
Aaron
aamehl
Offline Send Email
Dec 9, 2003
7:35 pm
398
... Exactly what did you do though? I've never had any problem with Trang. Just download the jing package, place the trang.jar in the jing/bin directory, and...
Bruce D'Arcus
bdarcus@...
Send Email
Dec 9, 2003
7:53 pm
Messages 369 - 398 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