weimingtom / jaql

Automatically exported from code.google.com/p/jaql
1 stars 0 forks source link

Duplicated <array> element when transforming a JsonIterator to xml #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In com.ibm.jaql.io.xml.JsonToXml.toXml(JsonIterator) method, two <array> 
element will be created for a single array. 

For example:

<array><array><value type="String">foo</value><value 
type="String">foo2</value></array>

Original issue reported on code.google.com by liu.chuanjie@gmail.com on 25 Sep 2010 at 10:04

GoogleCodeExporter commented 9 years ago
begin to fix it

Original comment by liu.chuanjie@gmail.com on 26 Sep 2010 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by liu.chuanjie@gmail.com on 26 Sep 2010 at 8:54