[libxml2]Add libxml2 library

This commit is contained in:
zhoujiale
2026-07-26 16:57:28 +08:00
committed by zhoujiale
parent 0a44ec8a06
commit e841ac915d
3790 changed files with 668244 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
<doc>
<!-- at least one present -->
<z-o>
<b/>
</z-o>
<o-o>
<c/>
</o-o>
<z-u>
<d/>
</z-u>
<o-u>
<e/>
</o-u>
<z-3>
<f/>
</z-3>
<o-3>
<g/>
</o-3>
<!-- more than one present when allowed -->
<z-o>
<b/>
</z-o>
<o-o>
<c/>
</o-o>
<z-u>
<d/>
<d/>
<d/>
</z-u>
<o-u>
<e/>
<e/>
<e/>
</o-u>
<z-3>
<f/>
<f/>
<f/>
</z-3>
<o-3>
<g/>
<g/>
<g/>
</o-3>
<!-- min 0 are not present -->
<z-o/>
<o-o>
<c/>
</o-o>
<z-u/>
<o-u>
<e/>
</o-u>
<z-3/>
<o-3>
<g/>
</o-3>
</doc>