Re: XML description of DOM interfaces

The DOM test suite (http://www.w3.org/DOM/Test) uses the XML interface 
descriptions to translate tests from an XML test language to Java and 
ECMAScript.  Others have modified these translations to support other 
bindings

On Jan 19, 2004, at 4:17 AM, Luca Padovani wrote:

>
> Hello,
>
> along with the DOM specification is a set of .xml files with a complete
> description of the DOM interfaces. I guess these files have been used
> for the generation of IDL and Java interfaces as well as the actual
> documentation. As I've used these files for generating (with XSLT)
> actual _code_ (not only interfaces) for binding a DOM implementation
> written in one language to a different language, I was wondering if
> anyone else has tried the same approach and, if so, for which 
> languages.
>
> Regards,
> -- luca
>

Received on Monday, 19 January 2004 10:32:00 UTC