ikorin24 / U8XmlParser

Extremely fast UTF-8 xml parser library
MIT License
96 stars 12 forks source link

Provides the way of parsing xml which has external DTD #31

Closed ikorin24 closed 2 years ago

ikorin24 commented 2 years ago

Summary

The parser always skips external DTD and external entity references, and does not provide the way of parsing them.

No exceptions are thrown even if the parser parses xml which contains external DTD. However, external entity references cannot be resolved.

close #26