If your XML document only uses DTD features(e.g., only parsed character data, so there's no need for types; no cardinality other than *, +, or ?, so there's no need for min & max occurs; no regular expression pattern checking), you can get by without using schemas.
I'd still prefer schemas, because they're XML, too. A person reading your schema can glean your intent more easily than they can from a DTD. --- [EMAIL PROTECTED] wrote: > Is there any reason why not to use xml schemas over > dtds??? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
