The xml I want looks like this:
<customers>
<john>
<age>27</age>
</john>
<bill>
<age>29</age>
</bill>
</customers>
and the class is like this:
public class Customer {
private string name;
private string age;
}
How can I just get the structure name to be based on the field "name?"
--
View this message in context:
http://www.nabble.com/any-way-to-set-the-name-of-a-structure-from-a-field--tp18944218p18944218.html
Sent from the jibx-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users