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 1807 - 1836 of 2466   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1807
Warning: off-topic :-) ... Yeah Sydney! Where/what do you play? I run a home D&D, often turn up at Blacktown RPGA games days, and occasionally go to a...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Mar 2, 2003
12:38 am
1808
=> You might want to also take a look at the new Savage Species book from WotC Yes I will have a look, though I think that there is plenty of stuff in the open...
Brian Yap
yewenyi
Offline Send Email
Mar 2, 2003
2:16 am
1809
Hi, What I have coded in Java is a class called monster. This class is an object representation of the <monster> tag in the monsters.xml file. Each block under...
Brian Yap
yewenyi
Offline Send Email
Mar 6, 2003
7:52 pm
1810
... From: Brian Yap [mailto:groups@...] Sent: Thursday, March 06, 2003 11:52 AM To: d20-xml group Subject: [d20-xml] A java object version of an...
Michael Thorne
i2mxt
Offline Send Email
Mar 6, 2003
8:33 pm
1811
Hello all, Your work inspired me to try to really do a good implementation of the DMG random treasure tables. Having coded two previous versions over the last...
thatczar
Offline Send Email
Mar 7, 2003
8:57 am
1812
try "monsterName.getNodeValue()" []s Leonardo ... From: Michael Thorne To: d20-xml@yahoogroups.com Sent: Thursday, March 06, 2003 5:33 PM Subject: RE:...
Leonardo Nascimento d...
leocities
Offline Send Email
Mar 7, 2003
2:03 pm
1813
Thanks, I agree that monsterName.getNodeValue() should work. In the java 1.4 documetation it states that it returns a null when the node type is element. The...
Brian Yap
yewenyi
Offline Send Email
Mar 7, 2003
8:39 pm
1814
I've been working on a pure XSLT solution to the Modifiers test case. A key part of my strategy is the following template. The problem is that it chokes on...
Scott Parrish
anithri
Offline Send Email
Mar 7, 2003
10:26 pm
1815
Using the DOM an element containing text, such as <Name>A Monster Name</Name> has one child, a text node, and the value of the child is the text. I don't know...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Mar 9, 2003
7:46 pm
1816
... I have a functioning mostly complete solution to do modifiers in pure XSLT. And in working on it, I've discovered that Brad's solution, with some ...
Michael Cortez
mctanis
Offline Send Email
Mar 10, 2003
2:49 pm
1817
Thanks. this worked. There is a child node of type = Text. I haven't checked to see if it is the fist child, but I think that there will only be one child in...
Brian Yap
yewenyi
Offline Send Email
Mar 10, 2003
6:46 pm
1818
... It'll have to be the "day after"... Life threw a curve ball today. -- Mike C....
Michael Cortez
mctanis
Offline Send Email
Mar 12, 2003
6:09 am
1819
OK, so here follows the development of my "modifier resolver in XSLT" as well as some conclusions that allow for a middle ground between using "pure" xml...
Michael Cortez
mctanis
Offline Send Email
Mar 12, 2003
4:39 pm
1820
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 :...
d20-xml@yahoogroups.com
Send Email
Mar 12, 2003
4:41 pm
1821
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 :...
d20-xml@yahoogroups.com
Send Email
Mar 12, 2003
4:47 pm
1822
... http://groups.yahoo.com/group/d20-xml/files/DocBook_PGS_Project/Equipmen t/Equipment.pdf Okay, so this is the other file that I've been promising for a...
Michael Cortez
mctanis
Offline Send Email
Mar 12, 2003
4:53 pm
1823
I still advocate using unique QNames for identifying items, as I believe it makes the whole process a lot simpler. I see little benefit from introducing the...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Mar 12, 2003
9:49 pm
1824
... I don't see how QNames make our lives easier. A QName is specifically to handle the instance where two pieces of code use the same identifier to mean ...
Brad Thompson
bradatpetrodata
Offline Send Email
Mar 13, 2003
5:18 pm
1825
haven't commented in a while... but... im not trying to bash just to think aloud. so i reseve the right to take back my comments without further notice. :) ...
ednark_rpg
Offline Send Email
Mar 13, 2003
5:37 pm
1826
... This is much like the "label" system that I discuss at the bottom of my message, you've just taken it a step further -- a step that I don't see much added...
Michael Cortez
mctanis
Offline Send Email
Mar 13, 2003
5:52 pm
1827
... me. When loading the character from the XML file to store in your database, you will have an <item> such as a "glove-of-the-ox" that gives one of your...
Michael Cortez
mctanis
Offline Send Email
Mar 13, 2003
6:17 pm
1828
I am not too sure as to all of what you are trying to achieve. So I hope this is on topic. There seems to be some duplication. Maybe this makes things easier...
Brian Yap
yewenyi
Offline Send Email
Mar 14, 2003
7:51 am
1829
... I think your seeing duplication, and thinking of it as bad, because I may not have made it clear that the document actually refers to the <character>...
Michael Cortez
mctanis
Offline Send Email
Mar 15, 2003
11:58 pm
1830
An online DND story with Lego characters, monsters and sets. It even has movie trailers! http://www.ozbricks.com/ikros/index.html mxt.dB^) THINK think...
Michael Thorne
i2mxt
Offline Send Email
Mar 23, 2003
12:57 am
1831
XPointer is a W3C Recommendation 25 March 2003: The World Wide Web Consortium today released Xpointer as a three-part W3C Recommendation. The XPointer...
Michael Thorne
i2mxt
Offline Send Email
Mar 25, 2003
6:02 pm
1832
Hello everyone, I'm Chris Johanson, author of the Campaign Suite RPG software. I've just begun making the switch to XML for Campaign Suite 2, probably not ...
Chris Johanson
kam_demarko
Offline Send Email
Apr 5, 2003
7:45 pm
1833
Hi Chris, I have samples for name and size editors. http://numbat.sourceforge.net/d20/javaDocs/d20Java/d20Core/Name.html ...
Brian Yap
yewenyi
Offline Send Email
Apr 5, 2003
11:27 pm
1834
Not sure the reason for some of the fields, but it looks simple in essence. Hos is cachalot a modifier? That's part of the species. ... Hi Chris, I have...
Chris Johanson
kam_demarko
Offline Send Email
Apr 6, 2003
1:50 am
1835
Hi, You are right about cachalot being a species. But the naming convention is a bit confused, sometimes the data is a size, sometimes and age, sometimes a...
Brian
yewenyi
Offline Send Email
Apr 8, 2003
11:05 am
1836
Just learnt this about the definition of charisma. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - charisma \kuh-RIZ-muh\ noun 1 : a personal...
Michael Thorne
i2mxt
Offline Send Email
Apr 8, 2003
4:31 pm
Messages 1807 - 1836 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