Note that there are some explanatory texts on larger screens.

plurals
  1. POwebservice is returning funny looking xml
    text
    copied!<p>My web service return a <code>Dictionary&lt;int, TrialBalanceAccountSummaryModel&gt;</code> structure, but the return xml string look funny.</p> <p>Please see the image at below, how do it remove the node &lt; KeyValueOfintReport[random_char] >, and replace it with a normal node like &lt; Report > ?</p> <p>P.S. Stop draws legs to a snake, Microsoft!</p> <pre><code> &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;Reports&gt; &lt;KeyValueOfintReportLjh4bohd&gt; &lt;Key&gt;10000001&lt;/Key&gt; &lt;Value&gt; &lt;AccountNo&gt;10000001&lt;/AccountNo&gt; &lt;AccumulatedAmount&gt;560000&lt;/AccumulatedAmount&gt; &lt;CompanyCode&gt;17&lt;/CompanyCode&gt; &lt;FiscalYear&gt;2012&lt;/FiscalYear&gt; &lt;Period01Amount&gt;560000&lt;/Period01Amount&gt; &lt;Period02Amount&gt;0&lt;/Period02Amount&gt; &lt;Period03Amount&gt;0&lt;/Period03Amount&gt; &lt;Period04Amount&gt;0&lt;/Period04Amount&gt; &lt;Period05Amount&gt;0&lt;/Period05Amount&gt; &lt;Period06Amount&gt;0&lt;/Period06Amount&gt; &lt;Period07Amount&gt;0&lt;/Period07Amount&gt; &lt;Period08Amount&gt;0&lt;/Period08Amount&gt; &lt;Period09Amount&gt;0&lt;/Period09Amount&gt; &lt;Period10Amount&gt;0&lt;/Period10Amount&gt; &lt;Period11Amount&gt;0&lt;/Period11Amount&gt; &lt;Period12Amount&gt;0&lt;/Period12Amount&gt; &lt;Period13Amount&gt;0&lt;/Period13Amount&gt; &lt;Period14Amount&gt;0&lt;/Period14Amount&gt; &lt;Period15Amount&gt;0&lt;/Period15Amount&gt; &lt;/Value&gt; &lt;/KeyValueOfintReportLjh4bohd&gt; &lt;KeyValueOfintReportLjh4bohd&gt; &lt;Key&gt;10000002&lt;/Key&gt; &lt;Value&gt; &lt;AccountNo&gt;10000002&lt;/AccountNo&gt; &lt;AccumulatedAmount&gt;191234&lt;/AccumulatedAmount&gt; &lt;CompanyCode&gt;17&lt;/CompanyCode&gt; &lt;FiscalYear&gt;2012&lt;/FiscalYear&gt; &lt;Period01Amount&gt;191234&lt;/Period01Amount&gt; &lt;Period02Amount&gt;0&lt;/Period02Amount&gt; &lt;Period03Amount&gt;0&lt;/Period03Amount&gt; &lt;Period04Amount&gt;0&lt;/Period04Amount&gt; &lt;Period05Amount&gt;0&lt;/Period05Amount&gt; &lt;Period06Amount&gt;0&lt;/Period06Amount&gt; &lt;Period07Amount&gt;0&lt;/Period07Amount&gt; &lt;Period08Amount&gt;0&lt;/Period08Amount&gt; &lt;Period09Amount&gt;0&lt;/Period09Amount&gt; &lt;Period10Amount&gt;0&lt;/Period10Amount&gt; &lt;Period11Amount&gt;0&lt;/Period11Amount&gt; &lt;Period12Amount&gt;0&lt;/Period12Amount&gt; &lt;Period13Amount&gt;0&lt;/Period13Amount&gt; &lt;Period14Amount&gt;0&lt;/Period14Amount&gt; &lt;Period15Amount&gt;0&lt;/Period15Amount&gt; &lt;/Value&gt; &lt;/KeyValueOfintReportLjh4bohd&gt; &lt;/Reports&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload