arsd dom

Adam D. Ruppe destructionator at gmail.com
Wed Jun 12 13:19:59 UTC 2019


On Wednesday, 12 June 2019 at 10:06:39 UTC, Amex wrote:
> When parsing an xml file I get #text for tagName on basically 
> every other element.

Those are the text nodes representing the whitespace between 
elements.


`<foo>bar</foo> <test />`

has: element Foo, text " ", element text.


More information about the Digitalmars-d-learn mailing list