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 1118 - 1147 of 2466   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1118
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 : /MT/Sample...
d20-xml@yahoogroups.com
Send Email
Feb 8, 2002
8:56 pm
1119
... output of a character I'm not, strickly speaking, beta testing MT but I posted a sample character output along with the xslt file needed to display it. ...
uniquewhat
Offline Send Email
Feb 8, 2002
9:13 pm
1120
... Worked pretty nicely on my system. Really liked the XSLT output in browser. XML seems to be good enough on surface overview - i defenitely can pull out...
Max Skibinsky
ur_lord
Offline Send Email
Feb 8, 2002
9:37 pm
1121
... That's exactly the sort of thing I was looking for. Thanks a bunch! You might want to post that as a ZIP as well, so that it includes the XML, XSL, ...
Brad Thompson
bradatpetrodata
Offline Send Email
Feb 8, 2002
9:43 pm
1122
... I don't use MSIE (Opera, usually, under Linux) so I couldn't use the library you mentined. I tried doing the conversion myself, but SAXON told me the...
Keith Davies
jdk_kjdavies
Offline Send Email
Feb 8, 2002
9:55 pm
1123
... Nope, its not even supposed to be executed manually. XML output as an option is available from menus within each generator, but what you do with that...
uniquewhat
Offline Send Email
Feb 8, 2002
11:07 pm
1124
... the ... Cleric might ... It doesn't vary too much, all the spell sections will be empty or absent if you can't yet learn spells or don't learn them at all....
uniquewhat
Offline Send Email
Feb 8, 2002
11:24 pm
1125
... Right, and the XSLT script you provided works with IE (with an additional DLL), but not with a general-purpose XSLT program... which seems rather strange...
Keith Davies
jdk_kjdavies
Offline Send Email
Feb 8, 2002
11:35 pm
1126
... Welcome to the beauty of XML...you fix the XSL and it will work with all of the output from that program and any other that is similar. :-) I love this ...
Brad Thompson
bradatpetrodata
Offline Send Email
Feb 8, 2002
11:44 pm
1127
... which ... I'm no XML/XSLT expert but I didn't go out of my way to use any MS specific constructs. My reference text was XSLT Programmer's Reference by...
uniquewhat
Offline Send Email
Feb 9, 2002
12:02 am
1128
... I only made a quick glance at it, but there were some "<xsl:text />" tags... I'm not sure if Saxon likes those... I can do some debugging this weekend or...
Michael Cortez
mctanis
Offline Send Email
Feb 9, 2002
12:12 am
1129
... So do I. I find it more flexible and useable (generally) than an RDBMS, though the latter is more useful and appropriate for many tasks (such as the...
Keith Davies
jdk_kjdavies
Offline Send Email
Feb 9, 2002
6:55 am
1130
... No worries -- I was just wondering if the script had been intended to work in a general sense, or just with the target system. I was curious about what...
Keith Davies
jdk_kjdavies
Offline Send Email
Feb 9, 2002
10:42 am
1131
Just for reference (and a bit of evangelism, I guess :-) ) Mozilla renders the char sheet XML beautifully out of the box, grabbing the stylesheet...
Chris Dolan
c_j_dolan
Offline Send Email
Feb 11, 2002
3:28 pm
1132
... Hello Group! Thanks to Michael Cortez who got the ball rolling with his very nice stylesheet, I've managed to post my first d20-xml application. If your...
michaellambert
Offline Send Email
Feb 22, 2002
10:07 pm
1133
Was wondering if anybody had given any thought on how to use XML to store calendar information? Things like the number of months, their names , days of the...
Chris Anderson
faqulan_mita...
Offline Send Email
Feb 27, 2002
6:08 pm
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
Messages 1118 - 1147 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