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 1620 - 1649 of 2466   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1620
... ok, so the idea of putting a "currency" tag on the, lets say, <money> tag -- is so that we can do the correct type of conversion of the money in a...
Michael Cortez
mctanis
Offline Send Email
Feb 1, 2003
4:29 pm
1621
ok i sure that the intent in the SRD was not to give the exact price of an item but to give a measure of worth thats why market-cost is never more than one...
ednark_rpg <ednark@...>
ednark_rpg
Offline Send Email
Feb 1, 2003
5:39 pm
1622
... Have you thought about write an XML Schema to describe the elements. I would suggest making id/idref a QName, so that it can have the form ...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
3:10 am
1623
... From: Michael Cortez [mailto:mcortez@...] Sent: Saturday, February 01, 2003 8:30 AM To: d20-xml@yahoogroups.com Subject: RE: [d20-xml] Locality ...
Michael Thorne
i2mxt
Offline Send Email
Feb 2, 2003
3:11 am
1624
... From: Stephen Gryphon [mailto:gryps@...] Sent: Saturday, February 01, 2003 7:05 PM To: d20-xml@yahoogroups.com Subject: RE: [d20-xml] Equipment...
Michael Thorne
i2mxt
Offline Send Email
Feb 2, 2003
4:08 am
1625
Although we are making liberal use of what appears to be XML compliant ID/IDREF and NameSpace constructs, I'd like to point out that the use of the actual W3C...
Michael Cortez
mctanis
Offline Send Email
Feb 2, 2003
5:16 am
1626
ok im new to xml namespaces but i thought they prefixed the tag or attribute, and didn't have anything to do with the content. and that they were to be used...
ednark_rpg <ednark@...>
ednark_rpg
Offline Send Email
Feb 2, 2003
7:55 am
1627
... From: ednark_rpg <ednark@...> [mailto:ednark@...] Sent: Saturday, February 01, 2003 11:56 PM To: d20-xml@yahoogroups.com Subject:...
Michael Thorne
i2mxt
Offline Send Email
Feb 2, 2003
8:07 am
1628
... It depends on what set of standards you are using. If you are just using XML, then all you have are DTDs. There isn't really such a thing as a QName. ID &...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
11:07 am
1629
... ID/IDREF - Agree, these are only useful for single documents using DTDs. Namespace - If you are only using namespaces+XML, then many things don't work and...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
11:34 am
1630
... I disagree with MXT on these statements, at a technical level. However, rather than waste time debate an objective question of what is technically valid, I...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
11:41 am
1631
ok what since im not into the namespace+schema stuff all that much, here are my question 1) is my thought right that in differenet namespaces you can literally...
ednark_rpg <ednark@...>
ednark_rpg
Offline Send Email
Feb 2, 2003
4:53 pm
1632
ednark said, " <item id="srd:chain" ......name="Chain" ......category="Advernturing Gear" ......hardness="10" ......breakdc="26" ......hp="5" /> ..<bulk...
Tom Caudron
tom_caudron
Offline Send Email
Feb 2, 2003
7:13 pm
1633
... Sly, thanks for the explaination -- I now understand much better why you've always advocated the use of Schema. ... Great example. Question though -- what...
Michael Cortez
mctanis
Offline Send Email
Feb 2, 2003
9:07 pm
1634
... Well, in my example where I use the attribute "variable" {rather then bulk, I think it's more explicit"} -- it is to indicate to a program, say a Game...
Michael Cortez
mctanis
Offline Send Email
Feb 2, 2003
9:18 pm
1635
... the > file is parsed (w/ schema complient parser)? ... xmlns:xs="http://pgs.sf.net/definitions/srd/" /> When using to validate XML, schemas are normally...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
9:58 pm
1636
... From: Stephen Gryphon [mailto:gryps@...] Sent: Sunday, February 02, 2003 3:29 AM To: d20-xml@yahoogroups.com Subject: RE: [d20-xml] ID/IDREF &...
Michael Thorne
i2mxt
Offline Send Email
Feb 2, 2003
10:01 pm
1637
Okay, here is an example of using QName's as attribute values, so that the attribute value has the form "namespacePrefix:name". First, starting with the...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 2, 2003
11:22 pm
1638
<snip> ... <snip> ... <snip> ... <snip> ... OK, questions. What would a XSLT look like that would go through your file and return/match only the items from the...
Michael Cortez
mctanis
Offline Send Email
Feb 3, 2003
12:00 am
1639
Mike said, "Well, in my example where I use the attribute "variable" {rather then bulk, I think it's more explicit"} -- it is to indicate to a program, say a...
Tom Caudron
tom_caudron
Offline Send Email
Feb 3, 2003
1:00 am
1640
... Most of my work has been using XML as a data format, and using published schemas where possible. We have not done any work with XSLT, which is mostly for...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 3, 2003
1:00 am
1641
Hy, I'm Thiago, from Brazil. New here. Hopping to get some good ideas to use in a gaming fremework using D20 rules. My english is not very good, if you do not...
dungeon_crawler
sasquati
Offline Send Email
Feb 3, 2003
2:23 am
1642
i think this makes sense... let me sum up and you tell me if im on the same page the namespaces server two purposes. one - to define different rules for what...
ednark_rpg <ednark@...>
ednark_rpg
Offline Send Email
Feb 3, 2003
3:03 am
1643
... how about this... use a new <market-unit> subtag and your varaible="" SMT attribute. distinguish between what measurements are used to define what an ...
ednark_rpg <ednark@...>
ednark_rpg
Offline Send Email
Feb 3, 2003
3:26 am
1644
I've updated my Measurement RFCs and added two new draft RFCs https://sourceforge.net/docman/?group_id=72199 New RFCs ======================= XML Conventions...
mctanis <mcortez@...>
mctanis
Offline Send Email
Feb 3, 2003
10:08 pm
1645
My 2 cents: Mike said, "I've updated my Measurement RFCs and added two new draft RFCs" Looks like a good start. One thing I saw. Where you have: <def:item...
Tom Caudron
tom_caudron
Offline Send Email
Feb 4, 2003
6:51 pm
1646
... It's a goof, I'm fixing the source file for the RFC now... ... I agree. Additionally I want to provide guidelines as to how an ID should be automatically...
Michael Cortez
mctanis
Offline Send Email
Feb 4, 2003
7:22 pm
1647
XSLT/XPath handling of XML Schema (in particular the QName type). [Summary at the bottom] I got around to reading the latest standards, and also checked some...
Stephen Gryphon
stephen_gryphon
Offline Send Email
Feb 5, 2003
12:49 am
1648
Back last September, we had lots of dialogue around the class files I was posting. I've attached them again for people to look at and comment on. They should ...
Michael Thorne
i2mxt
Offline Send Email
Feb 5, 2003
5:19 am
1649
too quick the fingers - too late at night mxt THINK think different Think Open Source...
Michael Thorne
i2mxt
Offline Send Email
Feb 5, 2003
5:24 am
Messages 1620 - 1649 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