Hi everybody, I'm currently writing a sort of XML Schema parser for code-generation needs ... it has not been too difficult to parse the "structure" (elements, attributes, ...) of my schemas but I'm facing a lot of difficulties with the annotations (documentation and appinfo) ... after some searching on this list archive, I found a way to retrieve annotations associated to my elements ... but now, I'm unable to retrieve annotations associated to my enumerations (i just can get the enumerations values :-( ...), can someone point me to the way I can do this ? and, btw, isn't there a "standard" way to retrieve annotations ? (since I'll do a heavy use of them, I'd like to be able to retrieve them in a similar fashion for each of them ...)
Regards, Benoit. PS : I was wondering if someone wrote or started to write a similar XML Schema parser ? If so, I would be pleased to join to an on-going effort :-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

