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
<TITLE>
Parsing SAMI file fails when there's no <TITLE> tag
Version: Scala Version: n/a Java Version: n/a
If the smi file has no <TITLE> like the following
<SAMI> <HEAD> <STYLE TYPE="Text/css"> <!-- .KRCC --> </STYLE> </HEAD> <BODY> <SYNC START=2000><P Class=KRCC> ... </BODY>
Any whatsub operation requiring to parse SAMI fails with the following error message
whatsub
>> Conversion Failed: >> The smi titled "" of type Smi has no content.
It fails because the <TITLE> tag is mandatory.
Make <TITLE> parse optional
The text was updated successfully, but these errors were encountered:
Fix #252 - Parsing SAMI file fails when there's no <TITLE> tag
bf6be20
a04fbb1
Merge pull request #253 from Kevin-Lee/task/252/fix-no-title
7ddef9e
Fix #252 - Parsing SAMI file fails when there's no `<TITLE>` tag
kevin-lee
Successfully merging a pull request may close this issue.
Bug
Summary
Parsing SAMI file fails when there's no
<TITLE>
tagProject Details
Version:
Scala Version: n/a
Java Version: n/a
Description
If the smi file has no
<TITLE>
like the followingAny
whatsub
operation requiring to parse SAMI fails with the following error messageCause
It fails because the
<TITLE>
tag is mandatory.Solution
Make
<TITLE>
parse optionalThe text was updated successfully, but these errors were encountered: