Make the XSD generator use non-hardcoded namespaces.
authorDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:28:19 +0000 (20:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 17 Feb 2009 20:28:19 +0000 (20:28 +0000)
commit92e10d829778b21cfa9d1b38242704ca1392b7ab
tree7e67498fd7312aac26b651812b63809d365d4c25
parent782cb67a3b90c85efeb6d23badab9ddbe18987b6
Make the XSD generator use non-hardcoded namespaces.

- Make the XSD generator use program->get_namespace("xsd")
  instead of program->get_xsd_namespace()
- Eliminate the explicit "xsd_namespace" in t_program.
- Deprecate the xsd_namespace token.
- Update example .thrift files and syntax files.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745237 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/generate/t_xsd_generator.cc
compiler/cpp/src/parse/t_program.h
compiler/cpp/src/thrifty.yy
contrib/thrift.vim