Click here to Skip to main content
15,888,195 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Day

Part of what I do involves writing GUI editors for specific Customs and Excise XML messages.

Each message requires new software.

I want do take any schema definition (XSD) and parse it, generating the appropriate GUI interface based on the elements and use the data entered to form the chosen XML message.

I cannot find any examples and have found a number of assertions online that suggest this is not possible. Is it?
Posted

1 solution

Of course it's possible.
I found someone with the same question : http://stackoverflow.com/questions/983399/create-a-gui-from-a-xml-schema-automatically[^]
Maybe that helps.

I only generated C# classes from XSD and manually coded the XML-serializer/deserializer with XSD[^].

Cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900