[GitHub] thrift pull request: THRIFT-3523 : XML Generator

2016-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/774 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] thrift pull request: THRIFT-3523 : XML Generator

2016-01-08 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/774#discussion_r49244531 --- Diff: lib/xml/thrift-idl.xsd --- @@ -0,0 +1,265 @@ + +http://www.w3.org/2001/XMLSchema"; +targetNamespace="http://thrift.apache.org/xml/

[GitHub] thrift pull request: THRIFT-3523 : XML Generator

2016-01-08 Thread Jens-G
Github user Jens-G commented on a diff in the pull request: https://github.com/apache/thrift/pull/774#discussion_r49244219 --- Diff: lib/xml/thrift-idl.xsd --- @@ -0,0 +1,265 @@ + +http://www.w3.org/2001/XMLSchema"; +targetNamespace="http://thrift.apache.org/xml/

[GitHub] thrift pull request: THRIFT-3523 : XML Generator

2016-01-05 Thread bgould
GitHub user bgould opened a pull request: https://github.com/apache/thrift/pull/774 THRIFT-3523 : XML Generator I've put together an XML model for Thrift IDL that is very similar in concept and structure to the model created by the JSON generator of the Thrift compiler. The code i