[Simple-support] <element/> or <element></element>
Brought to you by:
niallg
|
From: Jaewoo L. <dl...@gm...> - 2013-01-15 09:56:44
|
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
|