Hi All,

I think I found a bug in the deserializer. When I want to get the 
Attribute "Foo" in the XML below, it is not visible for the serializer.

<FIXML>
<TrdCaptRpt Foo="Bar" >
<RptSide>
</RptSide>
</TrdCaptRpt>
</FIXML>


When the XML looks like this, then Foo is visible and everything is fine.

<FIXML>
<TrdCaptRpt Foo="Bar" >
</TrdCaptRpt>
</FIXML>


The code:

std::istringstream xmlstream(xmlString);
bool extractAttributes = true;
cxxtools::xml::XmlDeserializer deserializer(xmlstream, extractAttributes);
deserializer.deserialize(*this);



Andreas




------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to