How is the type defined in your xsd? You may want to check your
minOccurs or nillable attributes on teh xsd

On Dec 20, 2007 6:31 AM, janbanan <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I trying to work with an xmlbean from a "dot-syntax" property (lacking a
> better word..).
>
> What I have to go on is a string "person.address.zip" and an xmlbean Person
> corresponding to the xml below.
> What I want to do is delete the "person.address.zip" element from the bean.
> With beanutils I can easily get the value and change the value to null.
> However the element would still be there, just empty...
>
> is this completely undoable? feel that way :(
> any input appreciated!
> thanks
>
> <person>
>  <address>
>    <name>asdasd</name>
>    <street>main street</street>
>    <zip>12345</zip>                  <-- want to remove this completely...
> </address>
> </person>
>
> --
> View this message in context: 
> http://www.nabble.com/Remove-node-from-%22dot-syntax%22-tp14437537p14437537.html
> Sent from the Xml Beans - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to