You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated classes nicely group them into different attributes BUT I really need to keep track of the actual order of those in the XML I'm parsing. Is there any way to do this using xsd2php?
The text was updated successfully, but these errors were encountered:
Maybe I should clarify this a bit. I need to retain the order of the elements stated in the XML, i.e. I need an array of type (labelType|textType|selectType|checkboxType)[] after deserialization.
My best guess is that this can be done by using a custom class for the complex type.
Hi,
I'm currently working on a project where a complex type may contain a sequence of mixed types, i.e.
The generated classes nicely group them into different attributes BUT I really need to keep track of the actual order of those in the XML I'm parsing. Is there any way to do this using xsd2php?
The text was updated successfully, but these errors were encountered: