Config.skipPI

Whether processing instructions should be skipped.

If skipPI == SkipPI.yes, any entities of type EntityType.pi will be skipped, and they will not be validated beyond what is required to parse past them.

Defaults to SkipPI.no.

struct Config
auto skipPI = SkipPI.no;

Meta