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
Entities such as <valueRange> and <valueBase> are missing the starting I- identifier:
<valueRange>
<valueBase>
65 65 6 65 65 65 5 65 65 65 NOCAPS ALLDIGIT 0 NOPUNCT dd d 0 0 I-<valueBase> . . . . . . . . . . ALLCAPS NODIGIT 1 DOT . . 0 0 <valueBase> 5 5 5 5 5 5 5 5 5 5 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueBase> ± ± ± ± ± ± ± ± ± ± ALLCAPS NODIGIT 1 NOPUNCT ± ± 0 0 <other> 0 0 0 0 0 0 0 0 0 0 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueRange> . . . . . . . . . . ALLCAPS NODIGIT 1 DOT . . 0 0 <valueRange> 8 8 8 8 8 8 8 8 8 8 NOCAPS ALLDIGIT 1 NOPUNCT d d 0 0 <valueRange>
Issue occurs in <valueRange> and the <unitLeft> following <valueRange>
<unitLeft>
Version 0.8.0 works as expected. For the next version we would need to update the SaxHandler and the models.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Entities such as
<valueRange>
and<valueBase>
are missing the starting I- identifier:Issue occurs in
<valueRange>
and the<unitLeft>
following<valueRange>
Version 0.8.0 works as expected. For the next version we would need to update the SaxHandler and the models.
The text was updated successfully, but these errors were encountered: