Null data from XML 53/3053/1
authorJozef Gloncak <jgloncak@cisco.com>
Mon, 25 Nov 2013 09:42:58 +0000 (10:42 +0100)
committerJozef Gloncak <jgloncak@cisco.com>
Mon, 25 Nov 2013 09:48:11 +0000 (10:48 +0100)
In case of reading data from XMl to Composite node following rule was
added:
- XML with opening and closing tag without data is mapped to single node
  with empty string
  (e. g. <foo></foo> -> single node with empty string)
- XML with only closing tag is mapped to single node with null value (e.
  g. <foo /> -> single node with null value)

Change-Id: I17ba4387949dd3cfe943999829dbcc63a29fbac8
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>

No differences found