view 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 source

<?xml version="1.0" encoding="utf-8"?>
<person>
	<firstName>Peter</firstName>
	<firstName>Craig</firstName>
	<lastName>Jackson</lastName>
	<age>49</age>
	<xaddress order="1" shared="true">
		<street>1st avenue,
		new street</street>
	</xaddress>
	<xhome>
		<tel>123-23-12</tel>
	</xhome>
	<xwork>
		<tel>213-55-66</tel>
	</xwork>
	<unemployed>false</unemployed>
</person>