Hi Callum, This sounds great. Can you please pass on the callback implementations.
Thanks, Prabhu From: Callum Gibson Sent: Tuesday, October 14, 2008 12:33 PM To: Prabhuram K Cc: [email protected] Subject: Re: [xml] Generate XML using XSD On 14Oct08 12:07, Prabhuram K wrote: }I have the XSD and the data and I wanted to generate XML based on the XSD }and the data. Is it possible to do it using libxml C APIs. If possible }please provide some code examples. This is the sort of functionality provided by xmlbeans. I wanted to do the same thing, and after investigation I wrote it myself. Some access to libxml internals was required so I submitted it as patches. See http://bugzilla.gnome.org/show_bug.cgi?id=490491 I haven't tried them against any version newer than 2.6.29, but I assume they would still work. The implementation is by no means complete, but it was good enough for the reasonably complex schemas I was working with. If you need further examples of the implementation of the callbacks let me know. Callum -- Callum Gibson @ home
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
