Search the web
Sign In
New User? Sign Up
d20-xml · Discussion of XML for d20
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1134 - 1163 of 2466   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1134
Howdy all! I'm looking to refine John Kim's monster XML a little, by adding in some form of "base classing" for similair monsters and types. I know we've...
Michael Cortez
mctanis
Offline Send Email
Mar 3, 2002
6:59 pm
1135
... I've gotten motivated over the last few days to build some better XML parsers and to really tackle the modifiers issue in code. I think that's the only...
Brad Thompson
bradatpetrodata
Offline Send Email
Mar 12, 2002
10:32 am
1136
... Cool! Would you like to see what I've done for creature's that only have slight variences, like Hydra? It was an interesting exercise, because I could...
Michael Cortez
mctanis
Offline Send Email
Mar 12, 2002
10:20 pm
1137
... Hash: SHA1 Sounds cool, let's take a look ... From: Michael Cortez [mailto:mcortez@...] Sent: Tuesday, March 12, 2002 3:20 PM To:...
Dave Mitchell
ijediknight.geo
Offline Send Email
Mar 12, 2002
11:08 pm
1138
... OK, I've posted a sample monsters.xml file with two of the hydra entries compressed into a single entry, and then provided an XSL to expand them back out. ...
mctanis
Offline Send Email
Mar 15, 2002
3:41 pm
1139
... Hash: SHA1 Would it be worthwhile to rearrange it to something more like... <monster> <baseCreature> <!-- This would have all the common stats,...
Dave Mitchell
ijediknight.geo
Offline Send Email
Mar 15, 2002
4:08 pm
1140
... I'm working on PCGen and will need to encode monsters. I'm currently considering something like: <monster id="" name=""> <stat-block> <!-- stuff --> ...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 15, 2002
5:03 pm
1141
... And how distributing additional submonster does look like ? Couldn't we just manage to do it with references (as opposed to embedding) ? Artur...
Artur Biesiadowski
arturbies
Offline Send Email
Mar 15, 2002
5:49 pm
1142
... I'm using embedding right now, because I wanted the files to be entirely processable (is that a word?) with just pure XML tools. I don't know how to do it...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2002
6:28 pm
1143
... Sure. The model I was replying to had the variants embedded, but it's far from necessary. <monster id="srd:xorn" name="Xorn"> <stat-block /> </monster> ...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 15, 2002
6:51 pm
1144
... [monster.xml] <monster id="xorn" name="Xorn"> <stat-block /> </monster> <submonster id="xorn.elder" master-id="xorn" name="Elder Xorn"> <stat-block /> ...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 15, 2002
6:59 pm
1145
... I didn't get anything here.... Dave, you PGP signing is screwing with your messages.... ... the base ... That's what mine does, the Variants override the...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2002
7:07 pm
1146
... I just got out of a meeting, that I'm loosing (I want to have company purchase X, manager wants Y) -- so I may not be thinking straight -- but, uh, isn't...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2002
7:15 pm
1147
... Not necessarily. I was assuming a presentation similar to that of the MM -- to use my example above, you've got 'Xorn' entry, but it has three sub-entries...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 15, 2002
7:40 pm
1148
... I wasn't concerned about "presentation" -- I was just looking for a way of going from "compressed" format to "expanded" -- but ya, now that I've had lunch,...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2002
8:21 pm
1149
... I think -- with suitable DTD -- that the following should do what you are asking for. When extending the stats used, you should be okay with just updating...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 15, 2002
9:06 pm
1150
... This would be much better. ... That is where I kept stumbling, I couldn't figure out how to get the "other" node, for comparison. I like this solution. If...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2002
9:47 pm
1151
From: Keith Davies <kjdavies@...> Date: Fri Mar 15, 2002 1:41 pm Subject: Re: [d20-xml] Re: Refining Monsters you wrote: <snip/> ... <snip/> So, what...
michael_thorne@...
mxttxus
Offline Send Email
Mar 19, 2002
2:50 pm
1152
... I've been describing it for a good chunk of this thread... or am I not understanding your question? What I'm referring to is specifying the relationship...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 19, 2002
10:08 pm
1153
... Only problem here I think, is that dragons of given color does not share so many abilities between ages... Maybe if you would base monster.dragon.red.adult...
Artur Biesiadowski
arturbies
Offline Send Email
Mar 20, 2002
12:20 am
1154
... Perhaps, but an adult red dragon is not a young adult red dragon. The relationship is an 'is-a' relationship. While the amount of data entry saved is...
Keith Davies
jdk_kjdavies
Offline Send Email
Mar 20, 2002
3:11 am
1155
Keith Davies wrote [02.03.19 09:12 PM]: ... <snip/> ... That's a possibility, I suppose, but it doesn't feel right to me; I think you'd end up with a weird...
michael_thorne@...
mxttxus
Offline Send Email
Mar 20, 2002
1:52 pm
1156
In a personal project to learn XML/XSL, I am attempting to merge two (or more) different Spell files, sort them alphabeticly, and apply a stylesheet to them....
thoughtlover
Offline Send Email
Mar 26, 2002
3:28 pm
1157
I figured out a way. Not at all elegant, but it works for now. Spells.xsl ... <?xml version="1.0"?> <xsl:stylesheet ...
thoughtlover
Offline Send Email
Mar 27, 2002
11:55 am
1158
The Netbook of Feats Team is proud to announce…. Version 008 of the Netbook of Feats is now available. Go to http://www.netbookoffeats.org and get the new...
sigtrent
Offline Send Email
Apr 13, 2002
6:49 am
1159
Ok I am just getting into the XML idea. I need to know what is teh best XML editor/viewer available for my insuffiecient funds. Or even better, where can I get...
Bladestrike21
Offline Send Email
Apr 24, 2002
2:04 am
1160
Does anyone know if there will be a schema for the Mastertools XML output? Please don't confuse XSL with schemas. I don't mean a DTD either, they are not near...
tfbrown12672
Offline Send Email
May 18, 2002
5:46 pm
1161
First, I just joined this group today. I've read the FAQ, studied most of the other documents, and think I mostly understand the work that has been done so...
misfit815
Online Now Send Email
May 22, 2002
2:10 pm
1162
... By 'provide a conversion' do you mean redistributing versions of older modules, or just re-releasing 3e stats for older modules (for critters, traps,...
Brad Thompson
bradatpetrodata
Offline Send Email
May 22, 2002
2:25 pm
1163
... Oh, and the second issue is whether to use in-place expansion for repeated items, or to use references. Again, the former is great for XSL parsing, while...
Brad Thompson
bradatpetrodata
Offline Send Email
May 22, 2002
2:31 pm
Messages 1134 - 1163 of 2466   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