[xsde-users] paggr.post return value

Matthias Maschek matthias.maschek at uma.at
Tue May 10 09:00:09 EDT 2011


Hello!

I have a question regarding the .post() method of my root elements. All 
of them except one are returning a pointer to the data required. Only 
one of them is returning data directly. Any guesses why?

In the XSD I cant see any difference between them. They have nearly the 
same structure.
(XSD part below)

<element name="visitor" type="s:visitor" />
<complexType name="visitor">
<sequence>
<element ref="s:instanceRefs" />
<element ref="s:trackingData" />
</sequence>
<attribute name="id" type="string" use="required" />
<attribute name="action" type="s:visitorAction" use="required"  />
<attribute name="active" type="boolean" use="required" />
</complexType>

My command:
xsde cxx-hybrid --generate-parser --generate-aggregate --root-element 
visitor --include-prefix XML/ --hxx-suffix .h --cxx-suffix .cpp 
--show-sloc myXSD.xsd

Any tipps? Thanks,
Matthias Maschek

-- 
uma - separating the signal from the noise

DI Matthias Maschek . Software Engineer . matthias.maschek at uma.at
uma information technology GmbH . Zollergasse 9-11 . A-1070 Vienna http://www.uma.at

-- 
This message contains information which may be confidential and privileged. Unless you are the addressee (or authorized to receive for the addressee), you may not use, copy or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail @uma.at, and delete the message. Thank you very much.




More information about the xsde-users mailing list