We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing a corpus with Hooktest, I got the error Correct xml:lang attribute when using @xml:base on :
Correct xml:lang attribute
<text xml:lang="xno" n="urn:cts:froLit:geste.4006.geste_transcr_P4">
Moving all to body/@n solved the problem:
body/@n
<body n="urn:cts:froLit:geste.4006.geste_transcr_P4" xml:lang="xno">
It might be that HookTest does not look on for @xml:lang, perhaps ?
The text was updated successfully, but these errors were encountered:
Change s been proposed in #112
Sorry, something went wrong.
c861ccb
sonofmun
No branches or pull requests
Testing a corpus with Hooktest, I got the error
Correct xml:lang attribute
when using @xml:base on :Moving all to
body/@n
solved the problem:It might be that HookTest does not look on for @xml:lang, perhaps ?
The text was updated successfully, but these errors were encountered: