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
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. ...
... 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...
... 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, ...
... 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...
... 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...
... 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....
... 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...
... 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 ...
... 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...
... 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...
... 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...
... 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...
... 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...
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...
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...
... 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...
... 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...
... 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. ...
... I'm working on PCGen and will need to encode monsters. I'm currently considering something like: <monster id="" name=""> <stat-block> <!-- stuff --> ...
... 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...
... 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> ...
... 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...
... 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...
... 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...