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
|
|
Geneology
Files in geneology sample:
- geneology.cs - geneology class
- person.cs - person class
- foobar.csproj - VS.NET project file
- foobar.sln - solution for project
- Test - simple test class to load the sample data
- xml - directory containing the schema and sample data
Step-by-step Instructions
- Open a DOS shell
- change to "Dingo/bin/" directory. Example: cd c:\Dingo\bin\
- copy geneology.xsd to the bin directory
- compile the schema with "dingo foobar.xsd" command
- copy the generated files to "Dingo/samples/geneology/" directory and replace the existing files. The files should be the same.
- open the foobar project
- open Test.cs class in VS.NET
- build the project
- open a second DOS shell
- change to "Dingo/samples/geneology/bin/" directory
- run the test with "geneology.exe" command
If you don't want to go through all the steps, you can simply open geneology project, build and run the command. The output from the simple test should be similar to the example below.
C:\eclipse3\workspace\dingo\samples\geneology\bin>geneology
loaded the xml successfull
first name: john
last name: doe
I wrote the geneology sample using XMLSpy. If anyone has a particularly complex schema and would me try it, feel free to post it to the forum or email it to me directly woolfel AT gmail.com. Most of the schemas I've come across from VS.NET are rather simple and generally should work.
|
|