diff 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
line wrap: on
line diff
--- a/data/jsondata.xml	Sun Apr 08 23:30:11 2018 +0300
+++ b/data/jsondata.xml	Mon Apr 09 06:43:46 2018 +0300
@@ -1,12 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <person>
-	<firstName>Harry</firstName>
-	<lastName>Busy</lastName>
-	<age>23</age>
-	<address>
+	<firstName>Peter</firstName>
+	<firstName>Craig</firstName>
+	<lastName>Jackson</lastName>
+	<age>49</age>
+	<address order="1">
 		<street>1st avenue</street>
 	</address>
-	<address>
-		<street>2nd avenue</street>
-	</address>
+	<home>
+		<tel>123-23-12</tel>
+	</home>
+	<unemployed>false</unemployed>
 </person>
\ No newline at end of file