mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-19 14:50:07 +03:00
* win32/Makefile.msvc win32/configure.js: applied patch from Rob Richards to add schematron to the build on Windows * test/schematron/zvon3* result/schematron/zvon3*: second test * test/schematron/zvon10* result/schematron/zvon10*: this is the real second test 10 and 2 are swapped. Daniel
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
<schema xmlns="http://www.ascc.net/xml/schematron" >
|
|
<pattern name="Attribute test">
|
|
<rule context="CCC">
|
|
<assert test="@name">attribute name is not present</assert>
|
|
<report test="@name">attribute name is present</report>
|
|
</rule>
|
|
</pattern>
|
|
</schema>
|