Mercurial > pub > ModelGenerator
diff data/jsondata.xml @ 13:197a850b1f6f default tip
working version of xml2json transformation
author | cin |
---|---|
date | Mon, 09 Apr 2018 16:27:26 +0300 |
parents | 191b81b2052b |
children |
line wrap: on
line diff
--- a/data/jsondata.xml Mon Apr 09 06:43:46 2018 +0300 +++ b/data/jsondata.xml Mon Apr 09 16:27:26 2018 +0300 @@ -4,11 +4,15 @@ <firstName>Craig</firstName> <lastName>Jackson</lastName> <age>49</age> - <address order="1"> - <street>1st avenue</street> - </address> - <home> + <xaddress order="1" shared="true"> + <street>1st avenue, + new street</street> + </xaddress> + <xhome> <tel>123-23-12</tel> - </home> + </xhome> + <xwork> + <tel>213-55-66</tel> + </xwork> <unemployed>false</unemployed> </person> \ No newline at end of file