users@jaxb.java.net

Sorting the arguements

From: ennidhi <psatishbabu_at_hotmail.com>
Date: Wed, 17 Nov 2010 07:35:45 -0800 (PST)

How to arrange the attributes in the element tag of the XML file? I am using
the jaxb APIs

    <achCompany action="A" descData="9999DescData" companyName="9999ComName"
companyId="9999ComId">

            <account action="A" abaNumber="21000021" number="0
99999999999999999999999" />

  </achCompany>

 

It should look something this.

<achCompany action="A" companyId="91" companyName="ACHPay_91" descData="ACH
Co Desc 91">

  <account number="00000000000000617127733" abaNumber="044000037" action="A"
/>

  </achCompany>


-- 
View this message in context: http://old.nabble.com/Sorting-the-arguements-tp30238359p30238359.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.