From gen.i.shu at gmail.com Tue Dec 7 21:59:32 2021 From: gen.i.shu at gmail.com (=?UTF-8?B?6Kix5bO757+K?=) Date: Wed Dec 8 06:28:50 2021 Subject: [xsde-users] Change array to map/vector Message-ID: Hi, When I use XSD/e tool to generate cxx/.hxx and also the --generate parser. I hope when my data is array format in XML file I can parse to C++ container map instead of vector . If that possible to do that? If yes which part I should modify? Is there any sample for familiar with this requirement?