Hi,
 
I am wondering if it is possible to include an xsi:type attribute for an element in the exported xml? So, right now it exports like:
 
<Policy uuid="....">
    ....
</Policy>
 
And I would like it to do
 
<Policy uuid="..." xsi:type="AppControlPolicy">
    ....
</Policy
 
the xsi:type attribute is just the name of the class. I was thinking of just modifying something to add in self.__class__.__name__ but was wondering if there is already some way to tell it to do this.
 
Thanks,
 
-Brandon
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to