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...
Want your group to be featured on the Yahoo! Groups website? 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 1333 - 1362 of 2466   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1333
I've just begun delving into the DTD that defines the d20 srd, and I have a few concerns...Some may be misunderstandings, since I just got my feet wet in xml...
mjeggertson
Offline Send Email
Sep 14, 2002
3:35 am
1334
I'm not really an active part of the discussion here, so take this with a grain of salt, but the general argument for XML is to avoid exactly this. Basically,...
Peter Kahle
lokgar
Offline Send Email
Sep 14, 2002
4:46 am
1335
... Normally, I'd agree with you on keeping the formatting out of the xml. But I was expecting the long-description tag go be sloley a description data element...
mjeggertson
Offline Send Email
Sep 14, 2002
7:30 pm
1336
... I personally will be using DocBook in any description tags I have in my various projects. They don't provide explicit formating, but instead detail the...
Michael Cortez
mctanis
Offline Send Email
Sep 16, 2002
2:15 pm
1337
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 : /ASPSearch.rar ...
d20-xml@yahoogroups.com
Send Email
Sep 18, 2002
7:14 pm
1338
Hi All, big changes to the classes.xml file since my last post. I've divided out the individual classes, so now there are 11 files: classBbn.xml - Barbarian ...
michael_thorne@...
mxttxus
Offline Send Email
Sep 24, 2002
5:09 pm
1339
Looks good. I'd say it's time to expand it to include other properties of class. The problem now becomes how do we reference other entities? For instance,...
Tom Caudron
tom_caudron
Offline Send Email
Sep 24, 2002
9:05 pm
1340
... Actually, it would be something like: <skills> <skill ref="skills/skill[@id=alchemy]" /> </skills> as "skills/alchemy" would imply that we've created an...
Michael Cortez
mctanis
Offline Send Email
Sep 24, 2002
9:27 pm
1341
Oh yeah, good point about the ref XPath, so the revised examples would be: <skills> <skill ref="skills/skill[@name=alchemy]" /> <skill...
Tom Caudron
tom_caudron
Offline Send Email
Sep 25, 2002
11:53 am
1342
"Michael Cortez" <mcortez@...> wrote: Another very cool thing I've been playing w/ is XIncludes -- any interest out there of forgoing the use of "ref"...
michael_thorne@...
mxttxus
Offline Send Email
Sep 25, 2002
3:58 pm
1343
... Essentially XIncludes allow you to put a place marker in XML file A, that references either XML file OR an XPath into file B. Then when processed with an...
Michael Cortez
mctanis
Offline Send Email
Sep 25, 2002
4:33 pm
1344
Very cool - W3C - definitely knows where it's taking this technology. Haven't read the rec front to back yet but it looks like a cleaner way to access external...
michael_thorne@...
mxttxus
Offline Send Email
Sep 25, 2002
6:59 pm
1345
Just out of curiosity, has anyone given any thought to an editor of some sort? Not all DM's are techno savy, and proly are not going to adopt using XML if they...
Chris Anderson
faqulan_mita...
Offline Send Email
Sep 25, 2002
7:35 pm
1346
Primarily, we are concentrating on the data exchange format. Though the list is comprised of people interested in all aspects of the project. E.g., we have...
Tom Caudron
tom_caudron
Offline Send Email
Sep 26, 2002
12:10 pm
1347
Should the character tag structure explicitly somewhere in it contain the current class level or should it be derived from the character's XP value? In my...
michael_thorne@...
mxttxus
Offline Send Email
Sep 26, 2002
3:36 pm
1348
In my opinion, it needs to be explicit. Multi-classing is the reason. We would need to know the difference between a 4th level Fighter/4th level Wizard vs 6th...
Chris Anderson
faqulan_mita...
Offline Send Email
Sep 26, 2002
3:46 pm
1349
... From when xp is an attribute of single class ? It is an attribute of character, how total levels are split amongst multiple classes is orthogonal...
Artur Biesiadowski
arturbies
Offline Send Email
Sep 26, 2002
4:03 pm
1350
Chris Anderson <chris.anderson@...> wrote: In my opinion, it needs to be explicit. Multi-classing is the reason. We would need to know the difference...
michael_thorne@...
mxttxus
Offline Send Email
Sep 26, 2002
4:04 pm
1351
Artur Biesiadowski <abies@...> wrote: From when xp is an attribute of single class ? It is an attribute of character, how total levels are split amongst...
michael_thorne@...
mxttxus
Offline Send Email
Sep 26, 2002
4:09 pm
1352
... *personally*, I would have each level logged in turn, with each <level> identifying the class taken and children identifying changes made (number of hit...
Keith Davies
jdk_kjdavies
Offline Send Email
Sep 26, 2002
4:12 pm
1353
... They don't, particularly. I become /n/th level, I take another level of fighter. 'The number of XP spent on the class' isn't meaningful. Especially when...
Keith Davies
jdk_kjdavies
Offline Send Email
Sep 26, 2002
4:16 pm
1354
Keith Davies <keith.davies@...> wrote: *personally*, I would have each level logged in turn, with each <level> identifying the class taken and...
michael_thorne@...
mxttxus
Offline Send Email
Sep 26, 2002
4:45 pm
1355
... They don't, particularly. I become /n/th level, I take another level of fighter. 'The number of XP spent on the class' isn't meaningful. Especially when...
michael_thorne@...
mxttxus
Offline Send Email
Sep 26, 2002
4:46 pm
1356
The Xp value needs to be stored outside of the class structure, and each level of each class needs to be described separately in order to preserve the...
Brad Thompson
bradatpetrodata
Offline Send Email
Sep 26, 2002
4:49 pm
1357
In the tool I am building (sorry, not an XML editor, but I plan to import and export via XML), I am swapping the hierarchy that you propose below. Essentially,...
Walters, David
dragonsifu
Offline Send Email
Sep 26, 2002
5:11 pm
1358
... Actually, I'm not sure what others thing of this, but I'd prefer to see: <character> <levels> <level lid='1' class='Bard'> <level-up-info...
Michael Cortez
mctanis
Offline Send Email
Sep 26, 2002
5:13 pm
1359
I can't speak for Keith, but I'd think it would be more the other way around: <levels> <level id='1'> <class xid='Bard' ...> <!-- ... --> </class> </level> ...
Peter Kahle
lokgar
Offline Send Email
Sep 26, 2002
5:14 pm
1360
... <character type="RPG"> <levels> <level class="Bard" > <hit-points roll="6"/><!-- Con bonus doesn't get applied here --> <skill-ranks skill="Perform"...
Keith Davies
jdk_kjdavies
Offline Send Email
Sep 26, 2002
5:23 pm
1361
... Entirely correct. I'd also include (as shown in my example in another response) the decisions/rolls related to the level so they can be removed correctly....
Keith Davies
jdk_kjdavies
Offline Send Email
Sep 26, 2002
5:24 pm
1362
In the example below, I read that to be a 1st level Bard & a 2nd level Rogue? Is this correct? To me it doesn't answer the question of the last level. Did my...
Chris Anderson
faqulan_mita...
Offline Send Email
Sep 26, 2002
6:06 pm
Messages 1333 - 1362 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