mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
144fae1635
* relaxng: more work on name classes, except support * test/relaxng/* result/relaxng/*: augmented/updated the regression tests Daniel
6 lines
174 B
XML
6 lines
174 B
XML
<card xmlns="http://www.example.com"
|
|
xmlns:a="http://www.example.com/a" a:foo="works"
|
|
xmlns:b="http://www.example.com/b" b:foo="works">
|
|
This should work
|
|
</card>
|