... 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...
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...
... From: Michael Cortez [mailto:mcortez@...] Sent: Saturday, February 01, 2003 8:30 AM To: d20-xml@yahoogroups.com Subject: RE: [d20-xml] Locality ...
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...
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...
... 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 &...
... 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...
... 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...
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...
... Sly, thanks for the explaination -- I now understand much better why you've always advocated the use of Schema. ... Great example. Question though -- what...
... 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...
... the > file is parsed (w/ schema complient parser)? ... xmlns:xs="http://pgs.sf.net/definitions/srd/" /> When using to validate XML, schemas are normally...
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...
<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...
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...
... 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...
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...
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...
... how about this... use a new <market-unit> subtag and your varaible="" SMT attribute. distinguish between what measurements are used to define what an ...
I've updated my Measurement RFCs and added two new draft RFCs https://sourceforge.net/docman/?group_id=72199 New RFCs ======================= XML Conventions...
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...
... 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...
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...
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 ...