Hi,

many folks seem confused about XML Schema. If so, they may be confused about
DTD or Relax NG as well. All of these are just definitions of a grammar, not
semantics. So if a sitemap has been validated with a schema, this means no
more than that the sitemap is well-formed XML which complies to the specific
grammar in the schema. Just like a traditional parser.

Anyway, the big benefit of a complete schema for the sitemap to me is code
completion. Now that I have an XML Schema, I can tell my IDE (NetBeans) to
aid me with code completion when editing sitemaps.

Kind regards,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to