mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-11 12:58:16 +03:00
* relaxng: more work on name classes, except support * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
6 lines
131 B
XML
6 lines
131 B
XML
<card xmlns="http://www.example.com"
|
|
xmlns:a="http://example.com/a" a:foo="works"
|
|
b="fails">
|
|
This should fail
|
|
</card>
|