Allow empty String values to be read in XML tags. E.g. <default></default> will read...
authorVoyager1 <voyager@xbmc.org>
Sat, 3 Aug 2013 19:36:40 +0000 (21:36 +0200)
committerVoyager1 <voyager@xbmc.org>
Mon, 5 Aug 2013 18:37:27 +0000 (20:37 +0200)
commit4f36ebcf88f4be3cd8ff87e242f114af1cf4b2ca
tree9bbfbb2d6447e89008ac8bfc5bd926248a73d679
parentbc79663c72f9ead4831d4176435fa5fd0f2b0939
Allow empty String values to be read in XML tags. E.g. <default></default> will read a value of "" instead of considering this an error.
xbmc/utils/XMLUtils.cpp