annotate 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 |
|
rev |
line source |
11
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <person>
|
12
|
3 <firstName>Peter</firstName>
|
|
4 <firstName>Craig</firstName>
|
|
5 <lastName>Jackson</lastName>
|
|
6 <age>49</age>
|
13
|
7 <xaddress order="1" shared="true">
|
|
8 <street>1st avenue,
|
|
9 new street</street>
|
|
10 </xaddress>
|
|
11 <xhome>
|
12
|
12 <tel>123-23-12</tel>
|
13
|
13 </xhome>
|
|
14 <xwork>
|
|
15 <tel>213-55-66</tel>
|
|
16 </xwork>
|
12
|
17 <unemployed>false</unemployed>
|
11
|
18 </person> |