Menu

#110 support of xs:list itemType

open
nobody
None
5
2021-08-27
2021-08-27
No

Hi,

I have a simple type defined as such in an XML schema>

    <xs:simpleType name="FloatingPointXmlArray">
        <xs:list itemType="xs:float"/>
    </xs:simpleType>

gSoap seems to generate a string for this simple type :
typedef std::string eml23__FloatingPointXmlArray;

I would like it to generate something like a std::vector<float> instead
Would it be possible?
FYI, I have the same for double, long and bool.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.