``` import dxml.parser;
auto xml = parseXML!simpleXML(layout); xml.map!(e => e.text).join.writeln; ```throws `core.exception.AssertError@../../../.dub/packages/dxml-0.4.3/dxml/source/dxml/parser.d(1457): text cannot be called with elementStart`.
tastyminerals via Digitalmars-d-learn Thu, 09 Sep 2021 10:21:05 -0700
``` import dxml.parser;
auto xml = parseXML!simpleXML(layout); xml.map!(e => e.text).join.writeln; ```throws `core.exception.AssertError@../../../.dub/packages/dxml-0.4.3/dxml/source/dxml/parser.d(1457): text cannot be called with elementStart`.