Re: [xml-dev] searching sql dtd

From
Jonathan Robie <>
To
Bjoern Schmidt <>, xml-dev <>
Date
2003-09-08T21:14:07Z
ID
<>
Thread
Re: [xml-dev] searching sql dtd
At 09:59 AM 9/8/2003, Bjoern Schmidt wrote:
>Hi,
>
>I am working on an application that shows database structur in xml.
>Does anyone know if someone is working on a dtd standard for sql
>database structurs.

Hi Bjoern,

There is a W3C XML-Schema based mapping that is defined in SQL/XML, the XML 
functionality provided as part of SQL 2003. Most XQuery implementations 
that map relational data are using that mapping.

Jonathan