Mercurial > pub > ModelGenerator
view 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 source
<?xml version="1.0" encoding="utf-8"?> <person> <firstName>Peter</firstName> <firstName>Craig</firstName> <lastName>Jackson</lastName> <age>49</age> <address order="1"> <street>1st avenue</street> </address> <home> <tel>123-23-12</tel> </home> <unemployed>false</unemployed> </person>