Files
RedBear-OS/recipes/libs/libxml2/source/test/relaxng/tutor14_1.rng
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

54 lines
1.3 KiB
Plaintext

<element name="html" xmlns="http://relaxng.org/ns/structure/1.0">
<element name="head">
<element name="title">
<text/>
</element>
</element>
<element name="body">
<element name="table">
<attribute name="class">
<value>addressBook</value>
</attribute>
<oneOrMore>
<element name="tr">
<attribute name="class">
<value>card</value>
</attribute>
<element name="td">
<attribute name="class">
<value>name</value>
</attribute>
<interleave>
<text/>
<optional>
<element name="span">
<attribute name="class">
<value>givenName</value>
</attribute>
<text/>
</element>
</optional>
<optional>
<element name="span">
<attribute name="class">
<value>familyName</value>
</attribute>
<text/>
</element>
</optional>
</interleave>
</element>
<element name="td">
<attribute name="class">
<value>email</value>
</attribute>
<text/>
</element>
</element>
</oneOrMore>
</element>
</element>
</element>