XML to Protocol Buffers converter

2009-09-28 Thread sim
Hi all. Would anybody be interested in an XML to Protocol Buffers converter if it were opened up to the community? I have an XML stylesheet that transforms an annotated XSD set into a Java class that uses JAXB and the Protocol Buffers Java API to convert XML documents into either text or binary

Re: XML to Protocol Buffers converter

2009-09-29 Thread sim
could have a proto like:   message Foo {     optional int32 i = 1 [(xml_disposition) = ATTRIBUTE];     optional Bar bar = 2 [(xml_disposition) = ELEMENT];   } On Mon, Sep 28, 2009 at 6:14 AM, sim simon.we...@gmail.com wrote: Hi all. Would anybody be interested in an XML to Protocol Buffers