mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-26 10:03:34 +03:00
c740a17f45
* schematron.c xmllint.c: fixing the loop bug, fixing schematron text error rendering * Makefile.am result/schematron/* test/schematron/zvon1*.sct: started integrating within "make tests" Daniel
9 lines
300 B
Plaintext
9 lines
300 B
Plaintext
Pattern: Print both cases
|
|
/AAA line 1: BBB element is present.
|
|
/AAA line 1: AAA misses attribute name.
|
|
Pattern: Print positive result only
|
|
/AAA line 1: BBB element is present.
|
|
Pattern: Print negative result only
|
|
/AAA line 1: AAA misses attribute name.
|
|
./test/schematron/zvon1_0.xml fails to validate
|