mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
oops forgot two external rngs, Daniel
This commit is contained in:
8
test/relaxng/pattern1.rng
Normal file
8
test/relaxng/pattern1.rng
Normal file
@@ -0,0 +1,8 @@
|
||||
<group xmlns="http://relaxng.org/ns/structure/1.0">
|
||||
<element name="a">
|
||||
<text/>
|
||||
</element>
|
||||
<element name="b">
|
||||
<text/>
|
||||
</element>
|
||||
</group>
|
9
test/relaxng/pattern2.rng
Normal file
9
test/relaxng/pattern2.rng
Normal file
@@ -0,0 +1,9 @@
|
||||
<group xmlns="http://relaxng.org/ns/structure/1.0">
|
||||
<element name="c">
|
||||
<text/>
|
||||
</element>
|
||||
<element name="d">
|
||||
<text/>
|
||||
</element>
|
||||
</group>
|
||||
|
Reference in New Issue
Block a user