1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-27 04:55:04 +03:00
libxml2/test/relaxng/tutor11_2_2.xml
Daniel Veillard 144fae1635 more work on name classes, except support augmented/updated the regression
* relaxng: more work on name classes, except support
* test/relaxng/* result/relaxng/*: augmented/updated the
  regression tests
Daniel
2003-02-03 13:17:57 +00:00

6 lines
172 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:foo="fails">
This should fail
</card>