If you set the object property to null, this would not appear in the xml
setXXXXX(null)

-----Original Message-----
From: Sampathkumar N Keshavamurthy [mailto:sampat...@in.ibm.com] 
Sent: Thursday, March 19, 2009 6:57 PM
To: jibx-users@lists.sourceforge.net
Subject: [jibx-users] Is it possible to get a marshalled XML without
emptytags
Importance: High

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


------------------------------------------------------------------------------
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