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...
I have a snippet of XML that looks like this: <TimeWindow> <EarlyPickupDate>20030906075200</EarlyPickupDate> </TimeWindow> The schema for it looks like this: ...
... 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@...
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@...
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...
... 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...
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...
... 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@...
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...
... configuration ... Hmmm, getting the proper indentation using a web browser appears to be difficult. Please replace all underscores in the following with ...
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@...
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...
... 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...
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@...
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@...
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....
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...
... [...] ... 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 ...
... 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...
... 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@...
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...
... 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...
... 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@...
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...
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...
... 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...