`content` and `maybeContent` both skip over leading escaped whitespace. A minimal example is: ``` xml <term name="foo"> ' </term> ``` where the content parses as: "'\160", rather than "\160'\160". Note that trailing characters are treated correctly.
contentandmaybeContentboth skip over leading escaped whitespace.A minimal example is:
where the content parses as: "'\160", rather than "\160'\160".
Note that trailing characters are treated correctly.