/[Apache-SVN]
ViewVC logotype

Revision 664960


Jump to revision: Previous Next
Author: dave
Date: Wed Jan 31 02:49:01 2007 UTC (17 years, 9 months ago)
Changed paths: 1
Log Message:
Thrift: Finish namespace generation from xsd_namespace command

In .thrift file:

xsd_namespace "http://api.facebook.com/v1"

Turns up in the xsd output as:

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 targetNamespace="http://api.facebook.com/v1"
 xmlns="http://api.facebook.com/v1"
 elementFormDefault="qualified">

to properly accommodate our generated xml

Thank you, Slee.

Reviewed By: mcslee

Test Plan: sandbox

Revert Plan: revertible

Notes:


Changed paths

Path Details
Directoryincubator/thrift/trunk/compiler/cpp/src/generate/t_xsd_generator.cc modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26