comparison data/jsondata.xml @ 12:191b81b2052b

first version of the xslt transform from xml to json
author cin
date Mon, 09 Apr 2018 06:43:46 +0300
parents 14162f9133a1
children 197a850b1f6f
comparison
equal deleted inserted replaced
11:14162f9133a1 12:191b81b2052b
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <person> 2 <person>
3 <firstName>Harry</firstName> 3 <firstName>Peter</firstName>
4 <lastName>Busy</lastName> 4 <firstName>Craig</firstName>
5 <age>23</age> 5 <lastName>Jackson</lastName>
6 <address> 6 <age>49</age>
7 <address order="1">
7 <street>1st avenue</street> 8 <street>1st avenue</street>
8 </address> 9 </address>
9 <address> 10 <home>
10 <street>2nd avenue</street> 11 <tel>123-23-12</tel>
11 </address> 12 </home>
13 <unemployed>false</unemployed>
12 </person> 14 </person>