Decodes the XML string into a normal string.
<
<
txt
static String? decode(String? value) => value == null ? null: decodeNS(value);