hello Jibx users

I am interested to know about the possibility of getting the CLEAN XML (no
empty) tags even if the input XML has empty tags

input.xml

<a>
      <b> ABS <b>
      <c/>
</a>

marshal
use generated object.
then unmarshall
output.xml should be  (empty tag ignored)

<a>
      <b> ABS <b>
</a>


with rgds
Sampathkumar NK
IBM India Pvt. Ltd.
Manyata Embassy Business Park ,
K - Block , 2nd Floor
Bangalore , India
Office    : +91 80 40257873-Extn 57873
Cell : +91 9844394360
E-mail : sampat...@in.ibm.com


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to