Bob Arnson <[EMAIL PROTECTED]> writes:

> Jarl Friis wrote:
>> Q: Where does it come from? I would gues it is a source code snapshot of
>> some other (internal) product in MS, that eventually will be available
>> in an upcomming SDK for the new Windows. Is that correct?
>>
> No. It's a tool developed for WiX by the WiX team.

Allright, I just ran into a (old) blog mentioning a tool by the same
name being part of longhorn SDK. So I thought XsdGen was an
alpha-stage of a comming canonical tool.

>> Q: Even though it is used as a tool to create wix tools. I will
>> ask: Is anybody interested in bug reports?
>>
> Yes.

Allright, I'll make a small sample XSD file and send it to
wix-devs@lists.sourceforge.net

>> Q: Please can someone allaborate on development of XsdGen.
>>
> What are you interested in?

Well, I am interested in generating C# classes from XSD files. xsd.exe
(shiped with .NET 2.0 or VS2005) is unsatisfactory because it
generates System.Array collections, where as I would like to control
what kind it should generate, that may be
System.Collections.ObjectModel.Collection<T> or
System.Collections.List. 

To be completely honest (and demanding) I would like the collections
to have types of MyTypeCollection which is manually coded but inherits
ObjectModel.Collection<MyType>, and implements
System.Collections.IList.

Any suggestion for a tool (that flexible)?
I have considered xsdtidy (now refly), and Dingo.
 
Jarl

-- 
Jarl Friis
Softace ApS
Omøgade 8, 2.sal
2100 København Ø.
Denmark
Phone:  +45 26 13 20 90
E-mail: [EMAIL PROTECTED]
LinkedIn: https://www.linkedin.com/in/jarlfriis


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to