Re: [Simple-support] <element/> or <element></element>
Brought to you by:
niallg
|
From: Niall G. - Y. <Nia...@yi...> - 2013-01-17 00:12:31
|
Can you send on a test for this? <id></id> and </id> should deserialize to the same thing.
From: Jaewoo Lee [mailto:dl...@gm...]
Sent: Tuesday, 15 January 2013 8:57 PM
To: sim...@li...
Subject: [Simple-support] <element/> or <element></element>
Hi, Niall.
I am doing Read/Write XML job during simple framework.
My purpose is re-write XML output as same as input.
But, happened problem about NULL ELEMENT.
For example,
Input like
<person>
<id></id>
</person>
came correct.
But,
<person>
<id/>
</person>
occured error.
Simple Framework does NOT allow grammar rule like <element/> ?
Thank you for your help always... T^T
|