Hi All, I tried to create a group that used this email address, but I was told that it was already in use... though I could find no other sign of it in...
2
mynex2k1
Jan 10, 2002 1:27 am
Yes. Mynex ... told ... it...
3
Mynex
mynex2k1
Jan 10, 2002 5:28 am
Well, PCGen is (not so) slowly growing. here is the current list of places related to PCGen (if I miss someone/place, please post that as well, the more the...
4
Mynex
mynex2k1
Jan 10, 2002 5:39 am
If you have mIRC the channel is on any DALNet server and is called #pcgen Mynex - Dark Sith Silverback Android, Dark Lord of the Docs, The Sleepless One...
5
rlkoppenhaver
Jan 10, 2002 7:47 am
Hi, all. I've been lurking on the pcgen list for a couple of weeks, looking for a good way to contribute, but all I've posted so far is a note about a little...
6
orgnenshenn
Jan 10, 2002 2:24 pm
Hello All, I am new to XML, but what I've read looks pretty simple. I'll do what every I can to help out just let me know what I can do. Fred...
7
kyuzo184
Jan 10, 2002 3:51 pm
Hello everyone. For now I'm just going to lurk but if I get up to speed on xml I may contribute in the future. -Stefan...
8
Fred Whitman
orgnenshenn
Jan 10, 2002 3:52 pm
Cool a message. :) ... From: kyuzo184 To: pcgen-xml@yahoogroups.com Sent: Thursday, January 10, 2002 10:50 AM Subject: [pcgen-xml] Silent Observer Hello...
9
samspectre
Jan 10, 2002 4:19 pm
... do ... Ditto, without all the book-learnin39; stuff. <g> Dennis dennis@......
10
samspectre
Jan 10, 2002 4:21 pm
Could someone post their idea of what an XML .LST file would like? It doesn't have to be full file, just the heading and one or two items... Dennis ...
11
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 4:33 pm
... This is something one of the guys on the D20 XML list came up with for a spell list. It's an extract from the D20 SRD. I suspect that what we come up with...
12
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 4:36 pm
Here's one I came up with for my custom money work. <coins region="RegionName"> <coin name="Platinum" abbr="pp" factor="500" weight="0.2"/> <coin name="Gold"...
13
kyuzo184
Jan 10, 2002 5:00 pm
I don't know much about what is and what is not parser friendly but I do know that example is fairly easy to read and understand. I think name and type could...
14
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 5:06 pm
No so much friendly as more efficient. Most parsers are apparently optimized to handle attributes rather than elements with text bodies. While I agree that...
15
Mynex
mynex2k1
Jan 10, 2002 6:02 pm
Yes, optimization will be an issue, but we need to keep in mind joe user as well. It has to be _REALLY_ easy for them to edit the information. As a note, I...
16
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 6:39 pm
... Yep, but one nice thing about XML is that when we get to the point where there is a Schema, writing an editor that uses it will be moderately less complex....
17
Karl-Petter Ã…kes...
karl_petter_...
Jan 10, 2002 6:45 pm
Hello everyone! Have been using PCGen for quite some time, really like it, though on thing that irritated me was that I couldnt easily add my own magic ...
18
Mynex
mynex2k1
Jan 10, 2002 7:31 pm
1) That's exactly what I meant, just didn't explain it very well. ;p So we see eye-to-eye on that. :D 2) Going through the list files, hmm.., never heard of...
19
Ryan Koppenhaver
rlkoppenhaver
Jan 10, 2002 8:17 pm
... Well, one of the advantages of XML is that as long as you conform to the (reasonably strict, more so than HTML) rules[1], any parser should be able to...
20
Scott Ellsworth
scottalodar
Jan 10, 2002 8:17 pm
Howdy, all. Took a few days to get added. As far as attributes vs elements, I reserve attributes for metadata whenever possible. DTD's liked attributes, but...
21
Ryan Koppenhaver
rlkoppenhaver
Jan 10, 2002 8:28 pm
... Well, the thing that immediately jumps out at me is either: <bonus type="enhancement" to="toHit" amount="3" /> or we could do: <bonus> <type...
22
Ryan Koppenhaver
rlkoppenhaver
Jan 10, 2002 8:36 pm
... Howdy. ... I agree with almost all of what Scott says. IMO, though, something's name should generally be considered metadata, and thus be an attribute ...
23
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 9:19 pm
... Schemas *are* that flexible. As long as every size tag in the document to which the schema applies is the same, anyway. If the tag <size/> means two ...
24
Keith Davies
jdk_kjdavies
Jan 10, 2002 9:46 pm
... For what sort of item? Weapon? Spell? Magic Item? They'll (probably) all be different.... I'm drawing up a list of the things that we'll need to be...
25
Keith Davies
jdk_kjdavies
Jan 10, 2002 9:52 pm
... And less typing, too. At this point, I'm leaning toward having the various lists being resources used to define others. For example (and counter to your ...
26
Keith Davies
jdk_kjdavies
Jan 10, 2002 9:56 pm
... One thing I realized while working on this last night is that we're probably going to end up creating a schema that goes beyond what PCGen uses right now....
27
Karl-Petter Ã…kes...
karl_petter_...
Jan 10, 2002 10:12 pm
Hi, Just a bit of curiosity... If there is an D20XML why dont we use it for PCGen? Kalle...
28
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 11:19 pm
... It's not complete. Besides which, we don't necessarily want to represent D20 data, we want to represent D20 data in a form that PCGen can use. Now, those...
29
STILES, BRAD
BRAD.STILES@...
Jan 10, 2002 11:22 pm
... Actually, that one I posted was one that was derived directly from the SRD spell list. One of the D20-XML members did it as an excercise. The actual...
30
beaudoer
Jan 11, 2002 3:14 am
Hi, I've been using PCGEN for a few months now and I was looking for a way to get myself usefull in this project. I don't know JAVA but I've been scripting in...