Intro
 FAQ
 Features
 Limitations
 The basics

 XSD vs Dingo
 Class Diagram
 NUnit Tests
 Java code
 SourceForge

 Plugins
 Custom Builders
 Tutorial
 quicktips

 Samples
   conversion
   dashSchema
   contact
   foobar
   geneology

 Links
  NUnit

Welcome to Dingo. Dingo is a schema compiler for C#. It is designed to generate JXB style source using interfaces and concrete classes. Dingo currently supports the ability to extend a complexType with an external C# class. For example, say you want to use the schema in a GUI and it requires all classes implement a call back interface. Using a similar approach to Sun's JXB XJC, Dingo can add the interface to every class.

News

10-04-2006
I posted a new release a few weeks back which fixes 2 bugs. The bugs were edge cases. For more details about the bugs, refer to the release notes.

5-30-2005
I managed to get JavaBuilder working this weekend, so dingo can generate java code now. I named the executable jingo. The Javabuilder is more limited than C# in this release candidiate. Since Java doesn't have enumeration like C#, I have to think a bit about how I want to tackle enumerations. I'm reviewing JAXB specification right now to figure out if I want to to go with that approach or not.

2-20-2005
I'm happy to announce the release of 1.1. This release includes substitution of object array with arraylist and better compliance with XML Schema. Dingo now handles more edge cases and should be more compliant than .NET XSD.

2-4-2005
I spent some time tonight to improve handling of referenced attribute group. There's an additional example in the sample directory called attrGroup1. I haven't written release notes yet. Once I test out the array substitution feature for java generated WSDL, I'll be ready to cut a new release.

1-11-2005
Fixed a minor bug with the new feature. Now substitution of object array with ArrayList will work with elements and complexType.

12-25-2004
I've added support for basic type substitution. The feature was requested by Brendan Corcoran 12-20. Implementing support for it was rather straight forward and only took about 2.5 hours. Now it is possible to substitute unbounded elements in a complex type with ArrayList. I haven't tried it with other kinds of substitution, but I'll cross that road when I come to it.

10-03-2004
I'm happy to announce the first release of Dingo. There's a basic set of unit tests now and Dingo should be more compliant to the Schema specification than Microsoft XSD.

9-30-2004
I've updated the documentation to include a class diagram of the builder, delegateBuilder interface. There's also a new page describing the limitations of Dingo and ways around some of the limitations.

9-15-2004
Thanks to Justin bailey for reporting specification compliance issue with Dingo. I've updated dingo to be more compliant with the official W3C spec. I'm slowly going through the spec once more to see if there's any other issue remaining.

9-11-2004
Updated the website with more documentation and fixed some minor bugs. Several more examples have been added. Dingo should handle most schemas correctly.

9-6-2004
Released the first of several beta releases. Fixed several minor bugs with the plugin functionality and added an error message. At this point, no more features will be added.

SourceForge.net Logo
Copyright 2004 Peter Lin