Closed Jean-Baptiste-Camps closed 7 years ago
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 ?
Change s been proposed in #112
Testing a corpus with Hooktest, I got the error:
Correct xml:lang attribute
when using @xml:base onMoving all to
body/@n
solved the problem:It might be that HookTest does not look on for @xml:lang, perhaps ?