Export to GitHub

jaql - issue #97
Duplicated <array> element when transforming a JsonIterator to xml
Posted on Sep 25, 2010 by
Grumpy Bird
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>
Comment #1
Posted on Sep 26, 2010 by Grumpy Birdbegin to fix it
Comment #2
Posted on Sep 26, 2010 by Grumpy Bird(No comment was entered for this change.)
Status: Verified
Labels:
Type-Defect
Priority-Medium