Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
…tion

See ukf/ukf-meta#352 for details
0 contributors

Users who have contributed to this file

8 lines (5 sloc) 228 Bytes

Manual tests for checking Sirtfi version 2 conformance

Run the following bash command in this directory to see the thrown errors

for i in *.xml; do echo $i; xsltproc ../../../mdx/_rules/check_sirtfi2.xsl $i; done