mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-08-28 04:00:00 -04:00
15fba1debc
With the current setup it successfully finds the (fixed) DOCTYPE buffer overrun in ~50 minutes (on a single core).
11 lines
700 B
XML
11 lines
700 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE 週報 SYSTEM "weekly-utf-8.dtd">
|
|
<!-- 週報サンプル -->
|
|
<週報>
|
|
<SimplifiedChinese name="名字" value="价值">世界有很多语言</SimplifiedChinese>
|
|
<Русский название="name" ценность="value"><имеет></Русский>
|
|
<汉语 名字="name" 价值="value">世界有很多语言𤭢</汉语>
|
|
<Heavy>"Mëtæl!"</Heavy>
|
|
<ä>Umlaut Element</ä>
|
|
</週報>
|