Parses the text content of the current element via the given parse and stringify functions.
Does not currently support mixing text and element nodes.
E.g. the XML <note>Dear <name>John</name>, I regret to inform you...</note> could not be
serialized or deserialized using xml rule mappings.
Parses the text content of the current element via the given parse and stringify functions.
Does not currently support mixing text and element nodes. E.g. the XML
<note>Dear <name>John</name>, I regret to inform you...</note>could not be serialized or deserialized using xml rule mappings.