Good suggestions. I'll put em on a list. I go in spurts, though, so no promises. Jacob _____ From: d20-xml@yahoogroups.com [mailto:d20-xml@yahoogroups.com]...
Good idea on the subtypes. That was one of the first I did and before I became familiar with Regex enough for that to be trivial. I leave the dice because...
Hi everyone . . . I'm wondering . . . would a topicmaps language actually be a better method of describing most of what we're trying to deal with here in xml? ...
Okay, made some changes. Notes below: ________________________________________ From: d20-xml@yahoogroups.com [mailto:d20-xml@yahoogroups.com] On Behalf Of ...
While I agree that the regex is simple enough for hitdice, and for many of the standard notations for d20, I can see it getting more complex when you introduce...
K. File is updated with the SubType change. I added a <SubTypes> tag to hold em (I prefer to have a container item for multiples if only to ensure that...
Hello all! ... Regarding the regex of the die string: Even if you just want to parse something like "1d6+4", the regex would allow false strings like "0d0"....
... I've been toying with XTM and Ontology ideas for some time. Yes, it would definitely make sense. It's just a lot more work than extracting the data: most...
We've just delivered a topics maps based website at work (http://nationaltreasures.nla.gov.au <http://nationaltreasures.nla.gov.au/> ) - the first one I've...
... Wow, I wasn't going to pick the whole thing apart! ... If I understand you correctly, I respectfully disagree. Having EITHER <SubTypes> OR <SubType>...
... I haven't done a while with regexes, but I still got it! ;-) As you nearly always agree with me, I'll tackle only the other. ... You can either have 0, 1,...
... it some ... in the ... What I could do for the next release is have a field with DocBook XML. I already do that for other things, so it's easy to...
... Hoorah!! Johannes provides an excellent letter for us: As Jacob has posted an excellent working copy of the monsters for us. There will be no doubt that...
... avoiding ... I'm sorry, but neither I nor a native speaker, I asked, could tell, if this is meant sarcastic or not. I assume it as a normal answer, as I...
If I'm following this discussion correctly, my question is why even bother with the <SubTypes> container? Is it not easier to say that the document may contain...
... On this note, I imagine that a ZIP file with many separate files (one per creature / spell / skill / feat / etc) would actually be a better approach than...
... If I can respectfully suggest, perhaps the discussion should be more about defining a format that is granular enough for program use rather than thinking...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the d20-xml group. File :...
d20-xml@yahoogroups.com
Dec 2, 2005 5:50 am
2356
I've posted a load of files to the files section. The source data is a little wobbly in regards to specifying prerequirements, and a <Requires> tag would be...
My original post explained that I like having the container to ensure that all the <SubType> tags are together. By making it a requirement, you avoid risking...
Lotta “shoulds” for someone who didn’t do the work. Many of your points might be ideologically purer, but I plan on actually using this file. As such,...
... Indeed, you may; we're actually in agreement here. I was just noting a thought I had about it, and am not trying to complicate the discussion of the...
... Bearded Devil (Barbazu) Outsider (Evil, Extraplanar, Lawful) That's why. Besides, to a computer scientist there are only three numbers. 0, 1, and n. --GF...
... I think you're missing Johannes' point, there is little difference between a schema that permits multiple Type entries and one that permits a single...
The problem is? There's a lot of redundant data in the text version of the SRD. For example, you don't need to know what kind of die is used for a monster's...
... Well, the discussion so far had centered on 0, 1, or 2 instances, so that was why I used those numbers. It would be just as simple to say 0 or more. You'd...
Brief follow-up, I made a mistake in reading Johannes’ Regex. His does, in fact, account for an arbitrary repeat of the pattern. My bad. Woke up in the...
... Actually, the best practice is to define everything - elements and types - globally. If you need to reference a type in several places, then you don't need...