Will XML for SQL Server 2000 Web Release 2 (SQLXML 2.0) support a schema with a recursive element?
Let's define a schema with a recursive element as a schema in which one or more elements contain one or more instances of themselves, either directly or with intervening elements. Recursive elements let you represent relationships between similar items by nesting the XML tags. For example, you could design an organization chart in which each manager's Employee element contains the...